event/SocketMonitor: eliminate Read(), Write()

Migrate callers to GetSocket().Read(), GetSocket.Write(), which is the
same.
This commit is contained in:
Max Kellermann
2017-11-10 20:31:32 +01:00
parent 7e16ac305d
commit 5fd2b7cc79
6 changed files with 7 additions and 40 deletions
-3
View File
@@ -126,9 +126,6 @@ public:
Schedule(GetScheduledFlags() & ~WRITE);
}
ssize_t Read(void *data, size_t length) noexcept;
ssize_t Write(const void *data, size_t length) noexcept;
protected:
/**
* @return false if the socket has been closed