diff options
Diffstat (limited to 'TAO/examples/Event_Comm/supplier.cpp')
-rw-r--r-- | TAO/examples/Event_Comm/supplier.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/supplier.cpp b/TAO/examples/Event_Comm/supplier.cpp index 5d2f9e6d65e..9831b24380e 100644 --- a/TAO/examples/Event_Comm/supplier.cpp +++ b/TAO/examples/Event_Comm/supplier.cpp @@ -57,9 +57,6 @@ Supplier::handle_signal (int signum, siginfo_t *, ucontext_t *) "%S\n", signum)); - this->ih_.handle_close (); - this->nh_.handle_close (); - ACE_Reactor::end_event_loop (); return 0; } |