summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-09 13:22:32 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-09 13:22:32 +0000
commita2216dff30eb29d6efc97302f0feabe32aeb7a5b (patch)
treeff48b16118f15fbe5d60ed54d65778d50eed28ea /ace/Reactor_Impl.h
parent58f7393ec27a10a03edc336b3be307f03ea9b36e (diff)
downloadATCD-a2216dff30eb29d6efc97302f0feabe32aeb7a5b.tar.gz
ChangeLogTag:Sun Sep 9 08:28:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index b64da0fa527..71c0591f20c 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -74,6 +74,9 @@ public:
/// the <Reactor_Impl>
virtual ACE_HANDLE notify_handle (void) = 0;
+ /// Verify whether the buffer has dispatchable info or not.
+ virtual int is_dispatchable (ACE_Notification_Buffer &buffer)= 0;
+
/// Handle one of the notify call on the <handle>. This could be
/// because of a thread trying to unblock the <Reactor_Impl>
virtual int dispatch_notify (ACE_Notification_Buffer &buffer) = 0;