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/Bug_2909_Regression | |
parent | 5a0dbea7c881e97c5419d8584a45ed43d07ab8e9 (diff) | |
download | ATCD-fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562.tar.gz |
bool changes
Diffstat (limited to 'TAO/tests/Bug_2909_Regression')
-rw-r--r-- | TAO/tests/Bug_2909_Regression/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2909_Regression/client.cpp b/TAO/tests/Bug_2909_Regression/client.cpp index 9c9b02e239f..ccdafd2ecb5 100644 --- a/TAO/tests/Bug_2909_Regression/client.cpp +++ b/TAO/tests/Bug_2909_Regression/client.cpp @@ -254,8 +254,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) ACE_DEBUG ((LM_DEBUG, "threads finished\n")); - root_poa->destroy (1, // ethernalize objects - 0); // wait for completion + root_poa->destroy (true, // ethernalize objects + false); // wait for completion orb->destroy (); } |