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