Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / apps / drwho / HT_Server.h
blob40fb514a69144392bf7b1ad0eb67856396ca5200
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file HT_Server.h
7 * @author Douglas C. Schmidt
8 */
9 //=============================================================================
12 #ifndef _HT_SERVER_H
13 #define _HT_SERVER_H
15 #include "Hash_Table.h"
17 /**
18 * @class HT_Server
20 * @brief Provides the server's hash table abstraction.
22 class HT_Server : public Hash_Table
24 public:
25 virtual Protocol_Record *insert (const char *key_name,
26 int max_len = MAXUSERIDNAMELEN);
29 #endif /* _HT_SERVER_H */