client: make GetEventLoop() public
This commit is contained in:
parent
f8570dd79f
commit
c340485dd5
@ -106,6 +106,8 @@ public:
|
||||
FullyBufferedSocket::Close();
|
||||
}
|
||||
|
||||
using FullyBufferedSocket::GetEventLoop;
|
||||
|
||||
bool IsConnected() const noexcept {
|
||||
return FullyBufferedSocket::IsDefined();
|
||||
}
|
||||
|
@ -42,6 +42,7 @@ public:
|
||||
ScheduleRead();
|
||||
}
|
||||
|
||||
using SocketMonitor::GetEventLoop;
|
||||
using SocketMonitor::IsDefined;
|
||||
using SocketMonitor::Close;
|
||||
|
||||
|
@ -37,6 +37,7 @@ public:
|
||||
output(normal_size, peak_size) {
|
||||
}
|
||||
|
||||
using BufferedSocket::GetEventLoop;
|
||||
using BufferedSocket::IsDefined;
|
||||
|
||||
void Close() noexcept {
|
||||
|
Loading…
Reference in New Issue
Block a user