client: un-inline the destructor
This commit is contained in:
@@ -101,10 +101,7 @@ public:
|
||||
unsigned _permission,
|
||||
int num) noexcept;
|
||||
|
||||
~Client() noexcept {
|
||||
if (FullyBufferedSocket::IsDefined())
|
||||
FullyBufferedSocket::Close();
|
||||
}
|
||||
~Client() noexcept;
|
||||
|
||||
using FullyBufferedSocket::GetEventLoop;
|
||||
|
||||
|
Reference in New Issue
Block a user