summaryrefslogtreecommitdiff
path: root/apps/drwho/SM_Client.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 18:15:56 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 18:15:56 +0000
commit3ec0a2984e41a8edf9301e8623d98aafdf9bf634 (patch)
treebf618e342e50289770a22c0f97cddef7caed6c4b /apps/drwho/SM_Client.h
parent7aca63cabc7d12d4f0687c39fbe096b38fed9068 (diff)
downloadATCD-TAO-0_4_3.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_4_3'.TAO-0_4_3
Diffstat (limited to 'apps/drwho/SM_Client.h')
-rw-r--r--apps/drwho/SM_Client.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/apps/drwho/SM_Client.h b/apps/drwho/SM_Client.h
deleted file mode 100644
index 0a262f71c78..00000000000
--- a/apps/drwho/SM_Client.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// SM_Client.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _SM_CLIENT_H
-#define _SM_CLIENT_H
-
-#include "PM_Client.h"
-#include "CM_Client.h"
-#include "Select_Manager.h"
-
-class SM_Client : public Select_Manager, public CM_Client
-{
-public:
- SM_Client (void);
- virtual ~SM_Client (void);
-
- virtual int mux (char *packet, int &packet_length);
- virtual int demux (char *packet, int &packet_length);
- virtual void process (void);
-
-private:
- PM_Client *pm_client;
-};
-
-#endif /* _SM_CLIENT_H */