summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SM_Client.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
commitc4078c377d74290ebe4e66da0b4975da91732376 (patch)
tree1816ef391e42a07929304908ac0e21f4c2f6cb7b /ACE/apps/drwho/SM_Client.h
parent700d1c1a6be348c6c70a2085e559baeb8f4a62ea (diff)
downloadATCD-c4078c377d74290ebe4e66da0b4975da91732376.tar.gz
swap in externals for ACE and TAO
Diffstat (limited to 'ACE/apps/drwho/SM_Client.h')
-rw-r--r--ACE/apps/drwho/SM_Client.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/ACE/apps/drwho/SM_Client.h b/ACE/apps/drwho/SM_Client.h
deleted file mode 100644
index 0a262f71c78..00000000000
--- a/ACE/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 */