diff options
Diffstat (limited to 'ACE/ace/Connector.h')
-rw-r--r-- | ACE/ace/Connector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/Connector.h b/ACE/ace/Connector.h index 6e7a274c5a4..0063d9498b8 100644 --- a/ACE/ace/Connector.h +++ b/ACE/ace/Connector.h @@ -102,6 +102,9 @@ public: /// Called by ACE_Reactor when asynchronous connections fail. virtual int handle_input (ACE_HANDLE); + /// Called by ACE_Dev_Poll_Reactor when asynchronous connections fail. + virtual int handle_close (ACE_HANDLE, ACE_Reactor_Mask); + /// Called by ACE_Reactor when asynchronous connections succeed. virtual int handle_output (ACE_HANDLE); |