event/SocketMonitor: add method Abandon()

This commit is contained in:
Max Kellermann
2013-11-06 18:20:51 +01:00
parent ed436c6f0c
commit 154bdf0bca
4 changed files with 32 additions and 2 deletions

View File

@@ -118,6 +118,11 @@ public:
*/
int Steal();
/**
* Somebody has closed the socket. Unregister this object.
*/
void Abandon();
void Close();
unsigned GetScheduledFlags() const {