summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-03 15:33:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-03 15:33:48 +0000
commit238dfbfac4c98d7dc1c0c57f88f4e705d915e335 (patch)
tree4c6a5117fcd79fd58f1d7b090f01830af6362a6c /ace/Reactor.h
parent7ba0128251a63d0485d1e069cea012d306a21717 (diff)
downloadATCD-238dfbfac4c98d7dc1c0c57f88f4e705d915e335.tar.gz
ChangeLogTag:Tue Jul 3 06:20:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 038f5eef7bb..75a08edfdc7 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -532,7 +532,8 @@ public:
* the reactor itself). Returns the number of notifications purged.
* Returns -1 on error.
*/
- virtual int purge_pending_notifications (ACE_Event_Handler *);
+ virtual int purge_pending_notifications (ACE_Event_Handler *,
+ ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK);
// = Assorted helper methods.