summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp
deleted file mode 100644
index f03dc8416aa..00000000000
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/client.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#include "Admin_Client.h"
-
-ACE_RCSID(IFR_Test, client, "$Id$")
-
-int main (int argc, char *argv[])
-{
- Admin_Client admin_client;
-
- ACE_DEBUG ((LM_DEBUG,
- "\n\t IFR_Test \n\n"));
-
- int retval = admin_client.init (argc,
- argv);
-
- if (retval == -1)
- return 1;
-
- retval = admin_client.run ();
-
- return retval;
-}