Commit c340485d authored by Max Kellermann's avatar Max Kellermann

client: make GetEventLoop() public

parent f8570dd7
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment