summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Time/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Time/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Time/client.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/Time/client.cpp b/TAO/orbsvcs/tests/Time/client.cpp
deleted file mode 100644
index 764d016bdf5..00000000000
--- a/TAO/orbsvcs/tests/Time/client.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#include "Client_i.h"
-
-ACE_RCSID(Time, client, "$Id$")
-
-// This function runs the Time Service client test.
-
-int
-main (int argc, char *argv[])
-{
- Client_i client;
-
- ACE_DEBUG ((LM_DEBUG,
- "[CLIENT] Process/Thread Id : (%P/%t) Time Service Client\n"));
-
- if (client.init (argc, argv) == -1)
- return -1;
- else
- return client.run ();
-}