00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file Hash_Map_Manager.h 00006 * 00007 * $Id: Hash_Map_Manager.h,v 1.1.1.4 2003/02/21 18:36:32 chad Exp $ 00008 * 00009 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef ACE_HASH_MAP_MANAGER_H 00014 #define ACE_HASH_MAP_MANAGER_H 00015 00016 #include "ace/pre.h" 00017 00018 #include "ace/config-all.h" 00019 00020 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00021 # pragma once 00022 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00023 00024 // Include the templates here. 00025 #include "ace/Hash_Map_Manager_T.h" 00026 00027 #include "ace/post.h" 00028 00029 #endif /* ACE_HASH_MAP_MANAGER_H */
1.2.14 written by Dimitri van Heesch,
© 1997-2002