summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 03:42:29 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 03:42:29 +0000
commitd6dc2850f4701502ff2494cbed2df94dc28eac85 (patch)
treed8767b38aa2808e2b681f08eeb1a7acff732fed5 /ace/Reactor.h
parentba131094a598634ab399f7635de2efb13b26d9d2 (diff)
downloadATCD-d6dc2850f4701502ff2494cbed2df94dc28eac85.tar.gz
Added a new method reset_new_handle so we can determine whether the implementation of reactor requires us to decouple the event a handle inherit from accept/connect.
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index b3da1fc9b64..d981d8aa19a 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -402,6 +402,9 @@ public:
virtual ACE_Reactor_Impl *implementation (void);
// Get the implementation class
+ virtual int reset_new_handle (void);
+ // Return 1 if we need to reset the handle after accept/connect, 0 otherwise.
+
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.