diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-09 00:59:31 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-09 00:59:31 +0000 |
commit | ed5a0abd4afcc2c401de1b8dc44b2da7ed2bb7e5 (patch) | |
tree | 99b6d03faf611d268ccd8b0c054f263e0f8a1de4 /ace/Event_Handler.h | |
parent | 18e5a41c6ab244817bfcb1a05b56c4c652c8932a (diff) | |
download | ATCD-ed5a0abd4afcc2c401de1b8dc44b2da7ed2bb7e5.tar.gz |
Please let this work.
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r-- | ace/Event_Handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h index 27b76b0dca0..7e76a9e60a2 100644 --- a/ace/Event_Handler.h +++ b/ace/Event_Handler.h @@ -83,7 +83,7 @@ public: virtual int handle_exception (ACE_HANDLE fd = ACE_INVALID_HANDLE); // Called when execption events occur (e.g., SIGURG). - virtual int handle_timeout (const ACE_Time_Value &tv, + virtual int handle_timeout (const ACE_Time_Value &tv, const void *arg = 0); // Called when timer expires. |