00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file Array.h 00006 * 00007 * $Id: Array.h,v 1.1.1.4 2003/02/21 18:36:32 chad Exp $ 00008 * 00009 * NOTE: this file has been deprecated and will soon go away. You 00010 * should directly include "Containers_T.h" instead. 00011 * 00012 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00013 */ 00014 //============================================================================= 00015 00016 #ifndef ACE_ARRAY_H 00017 #define ACE_ARRAY_H 00018 #include "ace/pre.h" 00019 00020 #include "ace/Containers_T.h" 00021 00022 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00023 # pragma once 00024 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00025 00026 #include "ace/post.h" 00027 #endif /* ACE_ARRAY_H */
1.2.14 written by Dimitri van Heesch,
© 1997-2002