summaryrefslogtreecommitdiff
path: root/apps/drwho/HT_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/HT_Client.h')
-rw-r--r--apps/drwho/HT_Client.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/apps/drwho/HT_Client.h b/apps/drwho/HT_Client.h
deleted file mode 100644
index 274cc6e72e6..00000000000
--- a/apps/drwho/HT_Client.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// HT_Client.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _HT_CLIENT_H
-#define _HT_CLIENT_H
-
-#include "Hash_Table.h"
-
-class HT_Client : public Hash_Table
-{
- // = TITLE
- // Provides the client's hash table abstraction.
-public:
- virtual Protocol_Record *insert (const char *key_name,
- int max_len = MAXUSERIDNAMELEN);
-};
-
-#endif /* _HT_CLIENT_H */