summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
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/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
parent5a0dbea7c881e97c5419d8584a45ed43d07ab8e9 (diff)
downloadATCD-fe0a8e3c6c8bf1d10a71d1eee6a956c3560bd562.tar.gz
bool changes
Diffstat (limited to 'TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp')
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
index eeafad168a6..30b08bd8998 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
@@ -393,8 +393,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
child_poa_testing (root_poa.in ());
// Destroy RootPOA.
- root_poa->destroy (1,
- 1);
+ root_poa->destroy (1, 1);
// Cleanup
delete[] object_ids;