summaryrefslogtreecommitdiff
path: root/trunk/ACE/examples/C++NPv2/SLDex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/examples/C++NPv2/SLDex.cpp')
-rw-r--r--trunk/ACE/examples/C++NPv2/SLDex.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/ACE/examples/C++NPv2/SLDex.cpp b/trunk/ACE/examples/C++NPv2/SLDex.cpp
new file mode 100644
index 00000000000..fbaf7cb3111
--- /dev/null
+++ b/trunk/ACE/examples/C++NPv2/SLDex.cpp
@@ -0,0 +1,17 @@
+/*
+** $Id$
+**
+** Copyright 2002 Addison Wesley. All Rights Reserved.
+*/
+
+#include "ace/Log_Msg.h"
+
+#include "Reactor_Logging_Server_Adapter.h"
+#include "Logging_Acceptor_Ex.h"
+#include "SLDEX_export.h"
+
+typedef Reactor_Logging_Server_Adapter<Logging_Acceptor_Ex>
+ Server_Logging_Daemon_Ex;
+
+ACE_FACTORY_DEFINE (SLDEX, Server_Logging_Daemon_Ex)
+