summaryrefslogtreecommitdiff
path: root/examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp')
-rw-r--r--examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp b/examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp
deleted file mode 100644
index 4470396f156..00000000000
--- a/examples/APG/Svc_Config/HA_Configurable_Server_Dynamic.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-
-// Listing 1 code/ch19
-#include "ace/OS_main.h"
-#include "ace/Service_Config.h"
-#include "ace/Reactor.h"
-
-int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
-{
- ACE_Service_Config::open (argc, argv);
- ACE_Reactor::instance ()->run_reactor_event_loop ();
- return 0;
-}
-// Listing 1