summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Select_Reactor_Base.h')
-rw-r--r--ace/Select_Reactor_Base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Select_Reactor_Base.h b/ace/Select_Reactor_Base.h
index db34c2bd0aa..ca3a71c61e2 100644
--- a/ace/Select_Reactor_Base.h
+++ b/ace/Select_Reactor_Base.h
@@ -159,6 +159,9 @@ public:
virtual int read_notify_pipe (ACE_HANDLE handle,
ACE_Notification_Buffer &buffer);
+ /// Verify whether the buffer has dispatchable info or not.
+ virtual int is_dispatchable (ACE_Notification_Buffer &buffer);
+
/// Called back by the <ACE_Select_Reactor> when a thread wants to
/// unblock us.
virtual int handle_input (ACE_HANDLE handle);