summaryrefslogtreecommitdiff
path: root/apps/drwho/SM_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/SM_Server.h')
-rw-r--r--apps/drwho/SM_Server.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/apps/drwho/SM_Server.h b/apps/drwho/SM_Server.h
deleted file mode 100644
index f9fbc9857d1..00000000000
--- a/apps/drwho/SM_Server.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// SM_Server.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _SM_SERVER_H
-#define _SM_SERVER_H
-
-#include "PM_Server.h"
-#include "CM_Server.h"
-#include "Select_Manager.h"
-
-class SM_Server : public Select_Manager, public CM_Server
-{
-public:
- SM_Server (void);
- virtual ~SM_Server (void);
- virtual int mux (char *packet, int &packet_length);
- virtual int demux (char *packet, int &packet_length);
-
-private:
- PM_Server *pm_server;
-};
-
-#endif /* _SM_SERVER_H */