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/Portable_Interceptors/Benchmark | |
parent | 5a0dbea7c881e97c5419d8584a45ed43d07ab8e9 (diff) | |
download | ATCD-fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562.tar.gz |
bool changes
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Benchmark')
-rw-r--r-- | TAO/tests/Portable_Interceptors/Benchmark/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/server.cpp b/TAO/tests/Portable_Interceptors/Benchmark/server.cpp index 6cd7e017c72..6ee587c261d 100644 --- a/TAO/tests/Portable_Interceptors/Benchmark/server.cpp +++ b/TAO/tests/Portable_Interceptors/Benchmark/server.cpp @@ -109,7 +109,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) { |