summaryrefslogtreecommitdiff
path: root/ace/Containers_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Containers_T.inl')
-rw-r--r--ace/Containers_T.inl9
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/Containers_T.inl b/ace/Containers_T.inl
index 425d6e167e8..885345ba9a8 100644
--- a/ace/Containers_T.inl
+++ b/ace/Containers_T.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class T> ACE_INLINE int
ACE_Bounded_Stack<T>::is_empty (void) const
{
@@ -350,7 +347,7 @@ ACE_DLList<T>::remove (ACE_DLList_Node *n)
}
template <class T> ACE_INLINE
-ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc)
+ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc )
: ACE_DLList_Base (alloc)
{
}
@@ -475,5 +472,3 @@ ACE_DLList_Reverse_Iterator<T>::dump (void) const
ACE_Double_Linked_List_Reverse_Iterator <ACE_DLList_Node>::dump ();
#endif /* ACE_HAS_DUMP */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL