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