summaryrefslogtreecommitdiff
path: root/ace/Reactor.i
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.i
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.i')
-rw-r--r--ace/Reactor.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor.i b/ace/Reactor.i
index 18d4620b6fe..d9708d23634 100644
--- a/ace/Reactor.i
+++ b/ace/Reactor.i
@@ -446,3 +446,9 @@ ACE_Reactor::implementation (ACE_Reactor_Impl *impl)
{
this->implementation_ = impl;
}
+
+ACE_INLINE int
+ACE_Reactor::reset_new_handle (void)
+{
+ return this->implementation ()->reset_new_handle ();
+}