summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp')
-rw-r--r--TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp b/TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp
index e16053c3933..2672ea53671 100644
--- a/TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp
+++ b/TAO/DevGuideExamples/Multithreading/GracefulShutdown/MessengerShutdownTimer.cpp
@@ -12,6 +12,6 @@ int MessengerShutdownTimer::handle_timeout (
const void*)
{
ACE_DEBUG((LM_DEBUG, "In MessengerShutdownTimer::handle_timeout\n"));
- orb_->shutdown (0);
+ orb_->shutdown (false);
return 0;
}