summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/client.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/client.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/examples/PluggableUDP/tests/client.cpp b/TAO/examples/PluggableUDP/tests/client.cpp
index 3c7428694b2..c21d31b1346 100644
--- a/TAO/examples/PluggableUDP/tests/client.cpp
+++ b/TAO/examples/PluggableUDP/tests/client.cpp
@@ -16,14 +16,16 @@
//
// ============================================================================
-#include "ace/Get_Opt.h"
-#include "ace/Task.h"
-
#include "UDPC.h"
#include "UDP_i.h"
#include "UDP_Client_i.h"
+#include "tao/debug.h"
+
+#include "ace/Get_Opt.h"
+#include "ace/Task.h"
+
ACE_RCSID(AMI, client, "$Id$")
const char *ior = "file://test.ior";
@@ -136,7 +138,7 @@ main (int argc, char *argv[])
client->activate ();
// ORB loop, will be shut down by our client thread
-
+
orb->run (ACE_TRY_ENV);
ACE_TRY_CHECK;