diff options
Diffstat (limited to 'ACE/apps/drwho/PMC_All.h')
-rw-r--r-- | ACE/apps/drwho/PMC_All.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ACE/apps/drwho/PMC_All.h b/ACE/apps/drwho/PMC_All.h deleted file mode 100644 index 308388adf4f..00000000000 --- a/ACE/apps/drwho/PMC_All.h +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// drwho -// -// = FILENAME -// PMC_All.h -// -// = AUTHOR -// Douglas C. Schmidt -// -// ============================================================================ - -#ifndef _PMC_ALL_H -#define _PMC_ALL_H - -#include "PM_Client.h" - -class PMC_All : public PM_Client -{ - // = TITLE - // Provides the client's lookup table abstraction for `all' users... - -protected: - virtual Protocol_Record *insert_protocol_info (Protocol_Record &protocol_record); - virtual int encode (char *packet, int &total_bytes); - virtual int decode (char *packet, int &total_bytes); - -public: - PMC_All (void); - virtual void process (void); -}; - -#endif /* _PMC_ALL_H */ |