summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways
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/performance-tests/RTCorba/Oneways
parentfe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562 (diff)
downloadATCD-78045a2ee2bee3a4521af3606d671f644e409fc2.tar.gz
bool changes
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp2
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
index deef0062d3f..bd393f055bf 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
@@ -142,7 +142,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "event loop finished\n"));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
index 04cf24da8fa..0ff821381dc 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
@@ -37,5 +37,5 @@ Test_i::twoway_work_test (CORBA::ULong work)
void
Test_i::shutdown ()
{
- this->orb_->shutdown (0);
+ this->orb_->shutdown (false);
}