client: make GetEventLoop() public
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user