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