summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Dump_Restore/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Naming/Dump_Restore/main.cpp')
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/main.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/main.cpp b/netsvcs/clients/Naming/Dump_Restore/main.cpp
deleted file mode 100644
index 2d8388918df..00000000000
--- a/netsvcs/clients/Naming/Dump_Restore/main.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// Test the client-side of the ACE Name Server...
-// $Id$
-
-#include "ace/Service_Config.h"
-#include "Dump_Restore.h"
-
-int
-main (int argc, char *argv[])
-{
- ACE_Service_Config daemon (argv[0]);
-
- ACE_DEBUG ((LM_DEBUG, "entering main\n"));
-
- // Get a handler
- Dump_Restore client_handler (argc, argv);
-
- for (;;)
- daemon.run_reactor_event_loop ();
-
- ACE_DEBUG ((LM_DEBUG, "leaving main\n"));
- return 0;
-}