summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.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/Reactor_Impl.h
parentc60b8374d370d76e1eed1d40dee9f44d658148c6 (diff)
downloadATCD-0e06f85c67d45eef5d6611afc29ffd9cd3e596c0.tar.gz
ChangeLogTag:Tue Oct 24 12:30:47 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 9a651a099c2..e6949630fad 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -82,6 +82,11 @@ public:
// passed in via the notify queue before breaking out of its event
// loop.
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0) = 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 = 0;
// Dump the state of an object.
};
@@ -389,6 +394,11 @@ public:
// via the notify queue before breaking out of its
// <ACE_Message_Queue::dequeue> loop.
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0) = 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 int handler (ACE_HANDLE handle,
ACE_Reactor_Mask mask,
ACE_Event_Handler **event_handler = 0) = 0;