summaryrefslogtreecommitdiff
path: root/apps/drwho/SMR_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/SMR_Client.cpp')
-rw-r--r--apps/drwho/SMR_Client.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/drwho/SMR_Client.cpp b/apps/drwho/SMR_Client.cpp
deleted file mode 100644
index c7dae2ca3f7..00000000000
--- a/apps/drwho/SMR_Client.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// $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)
-{
-}