3 //=============================================================================
5 * @file Hash_Map_Manager.h
7 * Backward compatibility header.
9 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_HASH_MAP_MANAGER_H
14 #define ACE_HASH_MAP_MANAGER_H
16 #include /**/ "ace/pre.h"
18 #include /**/ "ace/config-all.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 // Include the templates here.
25 #include "ace/Hash_Map_Manager_T.h"
27 #include /**/ "ace/post.h"
29 #endif /* ACE_HASH_MAP_MANAGER_H */