diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:37:15 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:37:15 +0100 |
commit | fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562 (patch) | |
tree | 814922c24616e5db888b750a0ff692f2ce8368a8 /TAO/tests/ORB_shutdown | |
parent | 5a0dbea7c881e97c5419d8584a45ed43d07ab8e9 (diff) | |
download | ATCD-fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562.tar.gz |
bool changes
Diffstat (limited to 'TAO/tests/ORB_shutdown')
-rw-r--r-- | TAO/tests/ORB_shutdown/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_shutdown/server.cpp b/TAO/tests/ORB_shutdown/server.cpp index ffeeb4fed2b..b1292735fc7 100644 --- a/TAO/tests/ORB_shutdown/server.cpp +++ b/TAO/tests/ORB_shutdown/server.cpp @@ -60,7 +60,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) ACE_DEBUG ((LM_DEBUG, "(%P|%t) Finished shutting down the ORB\n")); - root_poa->destroy (1, 1); + root_poa->destroy (true, true); orb->destroy (); |