00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file Array.h 00006 * 00007 * Array.h,v 4.18 2006/01/25 13:05:49 jwillemsen Exp 00008 * 00009 * @deprecated 00010 * 00011 * @note This file has been deprecated and will soon go away. You 00012 * should directly include "Containers_T.h" instead. 00013 * 00014 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00015 */ 00016 //============================================================================= 00017 00018 #ifndef ACE_ARRAY_H 00019 #define ACE_ARRAY_H 00020 #include /**/ "ace/pre.h" 00021 00022 #include "ace/Containers_T.h" 00023 00024 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00025 # pragma once 00026 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00027 00028 #include /**/ "ace/post.h" 00029 #endif /* ACE_ARRAY_H */