summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Logger/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Logger/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Logger/client.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/Logger/client.cpp b/TAO/orbsvcs/tests/Logger/client.cpp
deleted file mode 100644
index b2f1fd63640..00000000000
--- a/TAO/orbsvcs/tests/Logger/client.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#include "client_i.h"
-
-ACE_RCSID(Logger, client, "$Id$")
-
-// This function runs the Logging service test.
-
-int
-main (int argc, char **argv)
-{
- Logger_Client logger_client;
-
- ACE_DEBUG ((LM_DEBUG,
- "\n \t IDL_Logger: client \n\n"));
-
- if (logger_client.init (argc, argv) == -1)
- return 1;
-
- return logger_client.run ();
-}