diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 18:45:56 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 18:45:56 +0000 |
commit | f3e5c0a1fc30efdaf6cf113e2bad7a63e22a31f7 (patch) | |
tree | a0b0153a2b2846aa054905c3fcd926ea1c9b9140 /examples/Service_Configurator | |
parent | a2267e9332cce04d9cded9df607c669671f9977b (diff) | |
download | ATCD-f3e5c0a1fc30efdaf6cf113e2bad7a63e22a31f7.tar.gz |
Changed to use reset_new_handle() in reactor class.
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i index 5a46787ad7c..b4f2fee0115 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i @@ -91,8 +91,7 @@ Handle_R_Stream::handle_input (int) // association for the newly created handle. This is because the // newly created handle will inherit the properties of the listen // handle, including its event associations. - if (dynamic_cast <ACE_WFMO_Reactor *> (ACE_Reactor::instance ()->implementation ())) - reset_new_handle = 1; + reset_new_handle = ACE_Reactor::instance ()->reset_new_handle (); #endif /* ACE_WIN32 */ if (this->accept (this->new_remote_stream, // stream |