diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-03 23:23:22 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-03 23:23:22 +0000 |
commit | 88e92c489becdf6bf1613955d6d4afe2dea235ae (patch) | |
tree | 1c65178c73ddd1fb30e53ae3ea7ad5e159f665aa /ace/Array.h | |
parent | b74c3ce9b719f1b325370d067ad44fa2404a23c3 (diff) | |
download | ATCD-unlabeled-1.1.6.tar.gz |
This commit was manufactured by cvs2svn to create branchunlabeled-1.1.6
'unlabeled-1.1.6'.
Diffstat (limited to 'ace/Array.h')
-rw-r--r-- | ace/Array.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/Array.h b/ace/Array.h deleted file mode 100644 index be28d342eef..00000000000 --- a/ace/Array.h +++ /dev/null @@ -1,27 +0,0 @@ -/* -*- C++ -*- */ - -//============================================================================= -/** - * @file Array.h - * - * $Id$ - * - * NOTE: this file has been deprecated and will soon go away. You - * should directly include "Containers_T.h" instead. - * - * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> - */ -//============================================================================= - -#ifndef ACE_ARRAY_H -#define ACE_ARRAY_H -#include /**/ "ace/pre.h" - -#include "ace/Containers_T.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include /**/ "ace/post.h" -#endif /* ACE_ARRAY_H */ |