summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2009-08-29 22:42:51 +0000
committerSteve Huston <shuston@riverace.com>2009-08-29 22:42:51 +0000
commit7ce7e72e8ed395f6bf4db9818382c0fd786ecb9c (patch)
tree1dbe5a8b550d332f3e605514980f6953bf410eca /ACE/ace/Event_Handler.h
parenta04af90b58c4f2f55f6b7617dfd05c58fa1bfa94 (diff)
downloadATCD-7ce7e72e8ed395f6bf4db9818382c0fd786ecb9c.tar.gz
ChangeLogTag:Sat Aug 29 22:41:33 UTC 2009 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Event_Handler.h')
-rw-r--r--ACE/ace/Event_Handler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/Event_Handler.h b/ACE/ace/Event_Handler.h
index 1cbd19992fd..99c5f2032a7 100644
--- a/ACE/ace/Event_Handler.h
+++ b/ACE/ace/Event_Handler.h
@@ -153,9 +153,8 @@ public:
* return a value more than zero and decide to resume the handler
* themseleves.
*
- * @note This method is only useful for the ACE_TP_Reactor. Sad
- * that we have to have this method in a class that is supposed to
- * be used across different components in ACE.
+ * @note This method has an affect only when used with the
+ * ACE_Dev_Poll_Reactor (and then, only on Linux) or the ACE_TP_Reactor.
*/
virtual int resume_handler (void);