3 //=============================================================================
7 * @author Douglas C. Schmidt
9 //=============================================================================
15 #include "Hash_Table.h"
20 * @brief Provides the client's hash table abstraction.
22 class HT_Client
: public Hash_Table
25 virtual Protocol_Record
*insert (const char *key_name
,
26 int max_len
= MAXUSERIDNAMELEN
);
29 #endif /* _HT_CLIENT_H */