summaryrefslogtreecommitdiff
path: root/TAO/tests/IORTable_Locator
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:37:15 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:37:15 +0100
commitfe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562 (patch)
tree814922c24616e5db888b750a0ff692f2ce8368a8 /TAO/tests/IORTable_Locator
parent5a0dbea7c881e97c5419d8584a45ed43d07ab8e9 (diff)
downloadATCD-fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562.tar.gz
bool changes
Diffstat (limited to 'TAO/tests/IORTable_Locator')
-rw-r--r--TAO/tests/IORTable_Locator/async_server.cpp2
-rw-r--r--TAO/tests/IORTable_Locator/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/IORTable_Locator/async_server.cpp b/TAO/tests/IORTable_Locator/async_server.cpp
index 9c7f7d49b39..1d45f3e2984 100644
--- a/TAO/tests/IORTable_Locator/async_server.cpp
+++ b/TAO/tests/IORTable_Locator/async_server.cpp
@@ -188,7 +188,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Server - event loop finished\n")));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
orb->destroy ();
}
diff --git a/TAO/tests/IORTable_Locator/server.cpp b/TAO/tests/IORTable_Locator/server.cpp
index 0cc4dd853d3..6b4e9e418d0 100644
--- a/TAO/tests/IORTable_Locator/server.cpp
+++ b/TAO/tests/IORTable_Locator/server.cpp
@@ -100,7 +100,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "Server - event loop finished\n"));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
orb->destroy ();
}