summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-04 10:39:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-04 10:39:05 +0000
commit359b2f08a0640603ba2d12838930f8ece7da468f (patch)
treebe85d2c21d6917388bdf11eee5363ba64250863d /TAO/tao/ORB_Core.cpp
parent437e4051ff75c60f76c1f0d9dc5feb6cadb4f713 (diff)
downloadATCD-359b2f08a0640603ba2d12838930f8ece7da468f.tar.gz
Mon Oct 4 10:35:02 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h: * tao/Remote_Invocation.h: Fixed typo * tao/ORB_Core.cpp: Use true instead of 1
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 0527ea0011b..56a709b3adc 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -2359,7 +2359,7 @@ TAO_ORB_Core::destroy (void)
//
// Shutdown the ORB and block until the shutdown is complete.
- this->shutdown (1);
+ this->shutdown (true);
// Invoke Interceptor::destroy() on all registered interceptors.
this->destroy_interceptors ();