summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 18:53:42 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 18:53:42 +0000
commitd5c89c0858f351389dabe7b3ee55f1a1c36ef14b (patch)
tree71017a3db937722354222eb80ff5f06a962f731a /ace/Reactor_Impl.h
parent85a5337fdd6ad331b82536f934edc5c091444f28 (diff)
downloadATCD-d5c89c0858f351389dabe7b3ee55f1a1c36ef14b.tar.gz
ChangeLogTag: Thu May 22 14:13:37 2003 Irfan Pyarali <irfan@oomworks.com>Reactor_RefCount_1
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 5ff0d2bcfb0..06df53fcf00 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -477,6 +477,12 @@ public:
ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK) = 0;
/**
+ * Return the Event_Handler associated with <handle>. Return 0 if
+ * <handle> is not registered.
+ */
+ virtual ACE_Event_Handler *find_handler (ACE_HANDLE handle) = 0;
+
+ /**
* Check to see if <handle> is associated with a valid Event_Handler
* bound to <mask>. Return the <event_handler> associated with this
* <handler> if <event_handler> != 0.