summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_T.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/Select_Reactor_T.h
parent85a5337fdd6ad331b82536f934edc5c091444f28 (diff)
downloadATCD-Reactor_RefCount_1.tar.gz
ChangeLogTag: Thu May 22 14:13:37 2003 Irfan Pyarali <irfan@oomworks.com>Reactor_RefCount_1
Diffstat (limited to 'ace/Select_Reactor_T.h')
-rw-r--r--ace/Select_Reactor_T.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index ca51ff20d0d..292730d8677 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -559,6 +559,13 @@ public:
virtual int owner (ACE_thread_t *);
// = Miscellaneous Handler operations.
+
+ /**
+ * Return the Event_Handler associated with <handle>. Return 0 if
+ * <handle> is not registered.
+ */
+ virtual ACE_Event_Handler *find_handler (ACE_HANDLE handle);
+
/**
* Check to see if <handle> is associated with a valid Event_Handler
* bound to <mask>. Return the <eh> associated with this <handler>
@@ -635,6 +642,9 @@ protected:
virtual int resume_i (ACE_HANDLE handle);
/// Implement the public <handler> method.
+ virtual ACE_Event_Handler *find_handler_i (ACE_HANDLE handle);
+
+ /// Implement the public <handler> method.
virtual int handler_i (ACE_HANDLE handle,
ACE_Reactor_Mask,
ACE_Event_Handler ** = 0);