summaryrefslogtreecommitdiff
path: root/apps/drwho/PMC_Ruser.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/PMC_Ruser.h')
-rw-r--r--apps/drwho/PMC_Ruser.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/drwho/PMC_Ruser.h b/apps/drwho/PMC_Ruser.h
deleted file mode 100644
index fe3d3c23363..00000000000
--- a/apps/drwho/PMC_Ruser.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// PMC_Ruser.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _PMC_RUSER_H
-#define _PMC_RUSER_H
-
-#include "PM_Client.h"
-
-class PMC_Ruser : public PM_Client
-{
- // = TITLE
- // Provides the client's lookup table abstraction for `ruser' users...
-
-public:
- PMC_Ruser (void);
- virtual void process (void);
-
-protected:
- char *handle_protocol_entries (const char *cp,
- const char *host_name,
- const char * = 0);
- 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);
-};
-
-#endif /* _PMC_RUSER_H */