summaryrefslogtreecommitdiff
path: root/apps/drwho/PMS_Usr.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/PMS_Usr.h')
-rw-r--r--apps/drwho/PMS_Usr.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/apps/drwho/PMS_Usr.h b/apps/drwho/PMS_Usr.h
deleted file mode 100644
index 1f29e43d653..00000000000
--- a/apps/drwho/PMS_Usr.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// PMS_Usr.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _PMS_USR_H
-#define _PMS_USR_H
-
-#include "PM_Server.h"
-
-class PMS_Usr : public PM_Server
-{
- // = TITLE
- // Provides the client's lookup table abstraction for `Usr' users...
-
-public:
- PMS_Usr (void);
-
-protected:
- virtual int encode (char *packet, int &total_bytes);
- virtual int decode (char *packet, int &total_bytes);
-};
-
-#endif /* _PMS_USR_H */