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