summaryrefslogtreecommitdiff
path: root/ace/Array_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Array_Base.inl')
-rw-r--r--ace/Array_Base.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Array_Base.inl b/ace/Array_Base.inl
index 3afc27e69b8..f5698deb9eb 100644
--- a/ace/Array_Base.inl
+++ b/ace/Array_Base.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
// Clean up the array (e.g., delete dynamically allocated memory).
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class T> ACE_INLINE
ACE_Array_Base<T>::~ACE_Array_Base (void)
{
@@ -87,5 +84,3 @@ ACE_Array_Iterator<T>::done (void) const
return this->current_ >= array_.size ();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL