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