summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-10-24 23:10:35 +0000
committerSteve Huston <shuston@riverace.com>2000-10-24 23:10:35 +0000
commit0e06f85c67d45eef5d6611afc29ffd9cd3e596c0 (patch)
tree7576282a8397cba7a0c92c3115eddbac3542cdeb /ace/WFMO_Reactor.h
parentc60b8374d370d76e1eed1d40dee9f44d658148c6 (diff)
downloadATCD-0e06f85c67d45eef5d6611afc29ffd9cd3e596c0.tar.gz
ChangeLogTag:Tue Oct 24 12:30:47 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index b22016fec60..5980711f42d 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -502,6 +502,11 @@ public:
// notify queue before breaking out of its
// <ACE_Message_Queue::dequeue> loop.
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0);
+ // Purge any notifications pending in this reactor for the specified
+ // <ACE_Event_Handler> object. Returns the number of notifications
+ // purged. Returns -1 on error.
+
virtual void dump (void) const;
// Dump the state of an object.
@@ -915,6 +920,11 @@ public:
// notify queue before breaking out of its
// <ACE_Message_Queue::dequeue> loop.
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0);
+ // Purge any notifications pending in this reactor for the specified
+ // <ACE_Event_Handler> object. Returns the number of notifications
+ // purged. Returns -1 on error.
+
// = Assorted helper methods.
virtual int handler (ACE_HANDLE handle,