summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Performance/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Performance/client.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Performance/client.cpp b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
index eb6e6a10137..b16acb89b2d 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/Performance/client.cpp
@@ -126,8 +126,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
client->wait ();
- root_poa->destroy (1, // ethernalize objects
- 0); // wait for completion
+ root_poa->destroy (true, // ethernalize objects
+ false); // wait for completion
orb->destroy ();