summaryrefslogtreecommitdiff
path: root/trunk/ACE/apps/drwho/SMR_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/apps/drwho/SMR_Server.cpp')
-rw-r--r--trunk/ACE/apps/drwho/SMR_Server.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/ACE/apps/drwho/SMR_Server.cpp b/trunk/ACE/apps/drwho/SMR_Server.cpp
new file mode 100644
index 00000000000..0801e0e1db1
--- /dev/null
+++ b/trunk/ACE/apps/drwho/SMR_Server.cpp
@@ -0,0 +1,18 @@
+// $Id$
+
+#include "Options.h"
+#include "SMR_Server.h"
+#include "ace/Log_Msg.h"
+
+SMR_Server::SMR_Server (short port_number)
+{
+ if (CM_Server::open (port_number) < 0)
+ ACE_ERROR ((LM_ERROR,
+ "%p\n%a",
+ Options::program_name,
+ 1));
+}
+
+SMR_Server::~SMR_Server (void)
+{
+}