event/SocketMonitor: add method Abandon()
This commit is contained in:
@@ -118,6 +118,11 @@ public:
|
||||
*/
|
||||
int Steal();
|
||||
|
||||
/**
|
||||
* Somebody has closed the socket. Unregister this object.
|
||||
*/
|
||||
void Abandon();
|
||||
|
||||
void Close();
|
||||
|
||||
unsigned GetScheduledFlags() const {
|
||||
|
||||
Reference in New Issue
Block a user