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