summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/ORB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 1aa99f9fde0..bf063986f94 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -256,7 +256,7 @@ CORBA_ORB::shutdown (CORBA::Boolean wait_for_completion,
tm->cancel_all ();
// Wake up all waiting threads in the reactor.
- this->orb_core_->reactor ()->wakeup_all_threads ();
+ this->orb_core_->reactor ()->end_reactor_event_loop ();
// If <wait_for_completion> is set, wait for all threads to exit.
if (wait_for_completion != 0)