summaryrefslogtreecommitdiff
path: root/ace/Vector_T.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
commit79ac8ef5e83c63ee47f4a542a81598eb6be91fda (patch)
tree2f6d35d010baf75e4704bff8006965a36749aa9c /ace/Vector_T.h
parent8f69e97f4dd195efee5e4c9212e0baf9a5fcb581 (diff)
downloadATCD-79ac8ef5e83c63ee47f4a542a81598eb6be91fda.tar.gz
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Vector_T.h')
-rw-r--r--ace/Vector_T.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Vector_T.h b/ace/Vector_T.h
index 394b6e98b50..3157f8c42f5 100644
--- a/ace/Vector_T.h
+++ b/ace/Vector_T.h
@@ -1,6 +1,6 @@
// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file Vector_T.h
*
@@ -9,13 +9,13 @@
* @author Craig L. Ching <cching@mqsoftware.com>
* @author Gonzalo Diethelm <gonzalo.diethelm@aditiva.com>
*/
-//=============================================================================
+//==========================================================================
#ifndef ACE_VECTOR_T_H
#define ACE_VECTOR_T_H
+
#include "ace/pre.h"
-#include "ace/ACE.h"
#include "ace/Array.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -240,4 +240,5 @@ bool partial_compare (const ACE_Vector<T>& v1,
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include "ace/post.h"
+
#endif /* ACE_VECTOR_T_H */