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