summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-05-25 13:42:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-05-25 13:42:42 +0000
commit85479fbe59336a6ece6eaf06524f3342d3877bbd (patch)
treee3322ab7e109f7e20e4c1a5f7750d170b6a0fb3f /TAO/tests/AMI/client.cpp
parentf076ee20988dbc09be6b86b52842f657783806c8 (diff)
downloadATCD-85479fbe59336a6ece6eaf06524f3342d3877bbd.tar.gz
Tue May 25 13:42:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/AMI/client.cpp: * tests/AMI_Buffering/client.cpp: * tests/AMI_Timeouts/timeout_client.cpp: * tests/Big_AMI/client.cpp: Layout changes
Diffstat (limited to 'TAO/tests/AMI/client.cpp')
-rw-r--r--TAO/tests/AMI/client.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/AMI/client.cpp b/TAO/tests/AMI/client.cpp
index 972b6230df0..5f5ab8fba03 100644
--- a/TAO/tests/AMI/client.cpp
+++ b/TAO/tests/AMI/client.cpp
@@ -268,8 +268,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "threads finished\n"));
root_poa->destroy (1, // ethernalize objects
- 0 // wait for completion
- );
+ 0); // wait for completion
orb->destroy ();
}