00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file Hash_Map_Manager.h 00006 * 00007 * $Id: Hash_Map_Manager.h 74005 2006-08-14 11:30:00Z johnnyw $ 00008 * 00009 * Backward compatibility header. 00010 * 00011 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00012 */ 00013 //============================================================================= 00014 00015 #ifndef ACE_HASH_MAP_MANAGER_H 00016 #define ACE_HASH_MAP_MANAGER_H 00017 00018 #include /**/ "ace/pre.h" 00019 00020 #include /**/ "ace/config-all.h" 00021 00022 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00023 # pragma once 00024 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00025 00026 // Include the templates here. 00027 #include "ace/Hash_Map_Manager_T.h" 00028 00029 #include /**/ "ace/post.h" 00030 00031 #endif /* ACE_HASH_MAP_MANAGER_H */