summaryrefslogtreecommitdiff
path: root/ace/Array.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 23:32:57 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-15 23:32:57 +0000
commitcbbc37651681238615e4a3935496ab74b085fb97 (patch)
tree8ec3b36fdb7ab72530f24d672116c95c79e09298 /ace/Array.h
parentaec4807cfcc242a7b8de22a90c1c0be1aab1984a (diff)
downloadATCD-TAO-1_1.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_1'.TAO-1_1
Diffstat (limited to 'ace/Array.h')
-rw-r--r--ace/Array.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/ace/Array.h b/ace/Array.h
deleted file mode 100644
index faa4a450607..00000000000
--- a/ace/Array.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// Array.h
-//
-// = DESCRIPTION
-// NOTE: this file has been deprecated and will soon go away. You
-// should directly include "Containers.h" instead.
-//
-// = AUTHOR
-// Doug Schmidt
-//
-// ============================================================================
-
-#ifndef ACE_ARRAY_H
-#define ACE_ARRAY_H
-
-#include "ace/Containers.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#if defined (__ACE_INLINE__)
-#include "ace/Containers.i"
-#endif /* __ACE_INLINE__ */
-
-#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
-#include "ace/Containers.cpp"
-#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
-
-#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Containers.cpp")
-#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-
-#endif /* ACE_ARRAY_H */