summaryrefslogtreecommitdiff
path: root/apps/drwho/SL_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/SL_Server.h')
-rw-r--r--apps/drwho/SL_Server.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/apps/drwho/SL_Server.h b/apps/drwho/SL_Server.h
deleted file mode 100644
index 2a8ee2ba054..00000000000
--- a/apps/drwho/SL_Server.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// SL_Server.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#ifndef _SL_SERVER_H
-#define _SL_SERVER_H
-
-#include "Single_Lookup.h"
-
-class SL_Server : public Single_Lookup
-{
- // = TITLE
- // Provides the server's single user lookup table abstraction.
-
-public:
- SL_Server (const char *packet);
- virtual Protocol_Record *insert (const char *key_name,
- int max_len = MAXUSERIDNAMELEN);
- virtual Protocol_Record *get_each_entry (void);
-};
-
-#endif /* _SL_SERVER_H */