summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2009-08-29 22:46:03 +0000
committerSteve Huston <shuston@riverace.com>2009-08-29 22:46:03 +0000
commit6dd5c6400339156888760cffaf4b682e184ce834 (patch)
treefe5d25efc6b9a107af02fcb71d6ab552d35694dd
parent3004d82df31d5d9e2e38ad4806bfd40e09d68e71 (diff)
downloadATCD-6dd5c6400339156888760cffaf4b682e184ce834.tar.gz
ChangeLogTag:Sat Aug 29 22:41:33 UTC 2009 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/Event_Handler.h5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2c7015cdc..b30256fd139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 29 22:41:33 UTC 2009 Steve Huston <shuston@riverace.com>
+
+ * ace/Event_Handler.h: Edited doc for resume_handler() to note that
+ it also works with ACE_Dev_Poll_Reactor.
+
Thu Aug 27 20:27:52 UTC 2009 Steve Huston <shuston@riverace.com>
* bin/MakeProjectCreator/templates/gnu.mpd: When building requirement-
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index 1cbd19992fd..99c5f2032a7 100644
--- a/ace/Event_Handler.h
+++ b/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);