summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-05 21:14:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-05 21:14:01 +0000
commitb4f145facadc5086f96cb50161c3e38c4424b767 (patch)
treee9aac744f72780ad6c258bb46a6791a1a950313f /ace/Event_Handler.h
parent19eaf40874a0291b59f56f7f3923a3814764f4c3 (diff)
downloadATCD-b4f145facadc5086f96cb50161c3e38c4424b767.tar.gz
ChangeLogTag:Mon Mar 5 13:56:33 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index 3d62528e38f..9d06e4a6dbb 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -116,7 +116,10 @@ public:
/// Called when a process exits.
virtual int handle_exit (ACE_Process *);
- /// Called when object is removed from the <ACE_Reactor>.
+ /// Called when a <handle_*()> method returns -1 or when the
+ /// <remove_handler> method is called on an <ACE_Reactor>. The
+ /// <close_mask> indicates which event has triggered the
+ /// <handle_close> method callback on a particular <handle>.
virtual int handle_close (ACE_HANDLE handle,
ACE_Reactor_Mask close_mask);