client: make GetEventLoop() public
This commit is contained in:
parent
f8570dd79f
commit
c340485dd5
@ -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:
|
|||||||
ScheduleRead();
|
ScheduleRead();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using SocketMonitor::GetEventLoop;
|
||||||
using SocketMonitor::IsDefined;
|
using SocketMonitor::IsDefined;
|
||||||
using SocketMonitor::Close;
|
using SocketMonitor::Close;
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user