client: make GetEventLoop() public
This commit is contained in:
@@ -106,6 +106,8 @@ public:
|
||||
FullyBufferedSocket::Close();
|
||||
}
|
||||
|
||||
using FullyBufferedSocket::GetEventLoop;
|
||||
|
||||
bool IsConnected() const noexcept {
|
||||
return FullyBufferedSocket::IsDefined();
|
||||
}
|
||||
|
Reference in New Issue
Block a user