summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 16:58:43 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-26 16:58:43 +0000
commit4cf1c2534bfd9d6f2c1676152cdfb5142455c90b (patch)
tree21995f9c4574e8259882bd82b8aa8f669f0e1388 /ace/Select_Reactor_Base.h
parente9ec8288cf3a692f037474c8e54b8f7e10899daa (diff)
downloadATCD-4cf1c2534bfd9d6f2c1676152cdfb5142455c90b.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Select_Reactor_Base.h')
-rw-r--r--ace/Select_Reactor_Base.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Select_Reactor_Base.h b/ace/Select_Reactor_Base.h
index a512feb9aec..c7f33121d8d 100644
--- a/ace/Select_Reactor_Base.h
+++ b/ace/Select_Reactor_Base.h
@@ -568,6 +568,14 @@ public:
virtual void wakeup_all_threads (void);
// Wake up all threads in waiting in the event loop
+ // = Miscellaneous Handler operations.
+ virtual int handler (ACE_HANDLE handle,
+ ACE_Reactor_Mask mask,
+ ACE_Event_Handler **eh = 0) = 0;
+ // Check to see if <handle> is associated with a valid Event_Handler
+ // bound to <mask>. Return the <eh> associated with this <handler>
+ // if <eh> != 0.
+
virtual int handler (int signum,
ACE_Event_Handler ** = 0);
// Check to see if <signum> is associated with a valid Event_Handler