3 //=============================================================================
7 * @author Douglas C. Schmidt
9 //=============================================================================
15 #include "Single_Lookup.h"
20 * @brief Provides the server's single user lookup table abstraction.
22 class SL_Server
: public Single_Lookup
25 SL_Server (const char *packet
);
26 virtual Protocol_Record
*insert (const char *key_name
,
27 int max_len
= MAXUSERIDNAMELEN
);
28 virtual Protocol_Record
*get_each_entry ();
31 #endif /* _SL_SERVER_H */