summaryrefslogtreecommitdiff
path: root/apps/drwho/SL_Client.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
commit3df4acfa816441fc28a95dee6d0191a927145d95 (patch)
treeb5ae7ca44662cfd8e5c95f1826e4406021a606f5 /apps/drwho/SL_Client.h
parent60a5612b83d856fc0adc52b9f39fac9960ec9818 (diff)
downloadATCD-pre-subset.tar.gz
This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset
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 */