diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-30 07:46:09 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-30 07:46:09 +0000 |
commit | 4a3e84ca07d8c979620f6706a6eecc08fa84ebce (patch) | |
tree | 70ea7b2b25bd67d64f9bd8f787dd20fa5b51e54a /ace/Connector.h | |
parent | 95e87dd2cd49b9a7248dc487c302dee48f2f297d (diff) | |
download | ATCD-4a3e84ca07d8c979620f6706a6eecc08fa84ebce.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Connector.h')
-rw-r--r-- | ace/Connector.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Connector.h b/ace/Connector.h index 641d565ab8f..c6f51f2bd44 100644 --- a/ace/Connector.h +++ b/ace/Connector.h @@ -37,7 +37,7 @@ public: ACE_Svc_Tuple (SVC_HANDLER *, ACE_HANDLE, const void * = 0, - int timer_id = 0); + int timer_id = -1); // = Get SVC_HANDLER. SVC_HANDLER *svc_handler (void); @@ -208,6 +208,10 @@ protected: virtual int handle_output (ACE_HANDLE); // Called by ACE_Reactor when asynchronous connections succeed. + virtual int handle_exception (ACE_HANDLE fd = ACE_INVALID_HANDLE); + // Called by ACE_Reactor when asynchronous connections complete (on + // some platforms only). + // = Dynamic linking hooks. virtual int init (int argc, char *argv[]); // Default version does no work and returns -1. Must be overloaded |