summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2007-06-28 08:02:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2007-06-28 08:02:36 +0000
commit647c306222eb19742f9d7c2c924680903883427d (patch)
tree6994884057e9722b3839722f9a5770942e885398 /ACE/ace/Reactor.h
parent313934ea9bcf86c79e9f8196e1cd544a2a633180 (diff)
downloadATCD-647c306222eb19742f9d7c2c924680903883427d.tar.gz
ChangeLogTag:Tue
Diffstat (limited to 'ACE/ace/Reactor.h')
-rw-r--r--ACE/ace/Reactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h
index 492226465af..18c968b3980 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -341,7 +341,8 @@ public:
* Register handler for OS events.
*
* Register an <event_handler> that will be notified when
- * <event_handle> is signaled.
+ * <event_handle> is signaled. This will call back its
+ * <handle_signal> hook method.
*
* Reactor will call ACE_Event_Handler::add_reference() for a new
* handler/handle pair.