client: un-inline the destructor
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
|
||||
const Domain client_domain("client");
|
||||
|
||||
Client::~Client() noexcept
|
||||
{
|
||||
if (FullyBufferedSocket::IsDefined())
|
||||
FullyBufferedSocket::Close();
|
||||
}
|
||||
|
||||
Instance &
|
||||
Client::GetInstance() noexcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user