summaryrefslogtreecommitdiff
path: root/apps/drwho/SMR_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/SMR_Client.h')
-rw-r--r--apps/drwho/SMR_Client.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/drwho/SMR_Client.h b/apps/drwho/SMR_Client.h
deleted file mode 100644
index 9725c3ebd96..00000000000
--- a/apps/drwho/SMR_Client.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// SMR_Client.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _SMR_CLIENT_H
-#define _SMR_CLIENT_H
-
-#include "SM_Client.h"
-
-class SMR_Client : public SM_Client
-{
-public:
- SMR_Client (short port_number);
- virtual ~SMR_Client (void);
-};
-
-#endif /* _SMR_CLIENT_H */