summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SMR_Client.cpp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 14:51:23 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 14:51:23 +0000
commit99aa8c60282c7b8072eb35eb9ac815702f5bf586 (patch)
treebda96bf8c3a4c2875a083d7b16720533c8ffeaf4 /ACE/apps/drwho/SMR_Client.cpp
parentc4078c377d74290ebe4e66da0b4975da91732376 (diff)
downloadATCD-99aa8c60282c7b8072eb35eb9ac815702f5bf586.tar.gz
undoing accidental deletion
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..c7dae2ca3f7
--- /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)
+{
+}