summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-02-01 20:44:50 +0000
committerSteve Huston <shuston@riverace.com>2001-02-01 20:44:50 +0000
commit2298f6e7f9570da711978cb575f4a80ce91386d6 (patch)
treec7386b7fb55ca4f890c214af59c7984242d7af91 /ace/Reactor.h
parentaf92412d2fa86dda74f7fa9a96bbf994f6652e1c (diff)
downloadATCD-2298f6e7f9570da711978cb575f4a80ce91386d6.tar.gz
ChangeLogTag:Thu Feb 01 15:33:26 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 7a95a1d8d26..316b3742da9 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -526,10 +526,12 @@ public:
/**
* Purge any notifications pending in this reactor for the specified
- * <ACE_Event_Handler> object. Returns the number of notifications
- * purged. Returns -1 on error.
+ * <ACE_Event_Handler> object. If <eh> == 0, all notifications for all
+ * handlers are removed (but not any notifications posted just to wake up
+ * the reactor itself). Returns the number of notifications purged.
+ * Returns -1 on error.
*/
- virtual int purge_pending_notifications (ACE_Event_Handler * = 0);
+ virtual int purge_pending_notifications (ACE_Event_Handler *);
// = Assorted helper methods.