Commit c340485d authored by Max Kellermann's avatar Max Kellermann

client: make GetEventLoop() public

parent f8570dd7
...@@ -106,6 +106,8 @@ public: ...@@ -106,6 +106,8 @@ public:
FullyBufferedSocket::Close(); FullyBufferedSocket::Close();
} }
using FullyBufferedSocket::GetEventLoop;
bool IsConnected() const noexcept { bool IsConnected() const noexcept {
return FullyBufferedSocket::IsDefined(); return FullyBufferedSocket::IsDefined();
} }
......
...@@ -42,6 +42,7 @@ public: ...@@ -42,6 +42,7 @@ public:
ScheduleRead(); ScheduleRead();
} }
using SocketMonitor::GetEventLoop;
using SocketMonitor::IsDefined; using SocketMonitor::IsDefined;
using SocketMonitor::Close; using SocketMonitor::Close;
......
...@@ -37,6 +37,7 @@ public: ...@@ -37,6 +37,7 @@ public:
output(normal_size, peak_size) { output(normal_size, peak_size) {
} }
using BufferedSocket::GetEventLoop;
using BufferedSocket::IsDefined; using BufferedSocket::IsDefined;
void Close() noexcept { 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