diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 03:42:29 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 03:42:29 +0000 |
commit | d6dc2850f4701502ff2494cbed2df94dc28eac85 (patch) | |
tree | d8767b38aa2808e2b681f08eeb1a7acff732fed5 /ace/Select_Reactor.h | |
parent | ba131094a598634ab399f7635de2efb13b26d9d2 (diff) | |
download | ATCD-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/Select_Reactor.h')
-rw-r--r-- | ace/Select_Reactor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Select_Reactor.h b/ace/Select_Reactor.h index 811a4e687d9..7f66b6c03f1 100644 --- a/ace/Select_Reactor.h +++ b/ace/Select_Reactor.h @@ -486,6 +486,9 @@ public: virtual int resume_handlers (void); // Resume all the <Event_Handlers> in the Select_Reactor. + virtual int reset_new_handle (void); + // If we need to reset handles returned from accept/connect. + // = Timer management. virtual long schedule_timer (ACE_Event_Handler *, const void *arg, |