summaryrefslogtreecommitdiff
path: root/ace/Intrusive_List.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Intrusive_List.inl')
-rw-r--r--ace/Intrusive_List.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Intrusive_List.inl b/ace/Intrusive_List.inl
index 56371fdd030..2c513b4584f 100644
--- a/ace/Intrusive_List.inl
+++ b/ace/Intrusive_List.inl
@@ -1,9 +1,5 @@
-// -*- C++ -*-
-//
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<class T> ACE_INLINE int
ACE_Intrusive_List<T>::empty (void) const
{
@@ -21,5 +17,3 @@ ACE_Intrusive_List<T>::tail (void) const
{
return this->tail_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL