From a2216dff30eb29d6efc97302f0feabe32aeb7a5b Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 9 Sep 2001 13:22:32 +0000 Subject: ChangeLogTag:Sun Sep 9 08:28:52 2001 Balachandran Natarajan --- ace/Reactor_Impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ace/Reactor_Impl.h') 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 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 . This could be /// because of a thread trying to unblock the virtual int dispatch_notify (ACE_Notification_Buffer &buffer) = 0; -- cgit v1.2.1