summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:41:37 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:41:37 +0100
commit78045a2ee2bee3a4521af3606d671f644e409fc2 (patch)
tree2ccc4ee7c17b862b9f17c7a93c234e66ca1aadf9 /TAO/tao/ImR_Client
parentfe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562 (diff)
downloadATCD-78045a2ee2bee3a4521af3606d671f644e409fc2.tar.gz
bool changes
Diffstat (limited to 'TAO/tao/ImR_Client')
-rw-r--r--TAO/tao/ImR_Client/ServerObject_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ImR_Client/ServerObject_i.cpp b/TAO/tao/ImR_Client/ServerObject_i.cpp
index 19a07caf630..ac871f10bdb 100644
--- a/TAO/tao/ImR_Client/ServerObject_i.cpp
+++ b/TAO/tao/ImR_Client/ServerObject_i.cpp
@@ -22,7 +22,7 @@ ServerObject_i::shutdown (void)
// Note : We want our child POAs to be able to unregister themselves from
// the ImR, so we must destroy them before shutting down the orb.
poa_->destroy(1, 0);
- this->orb_->shutdown (0);
+ this->orb_->shutdown (false);
}
PortableServer::POA_ptr