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