summaryrefslogtreecommitdiff
path: root/ace/Intrusive_List_Node.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Intrusive_List_Node.inl')
-rw-r--r--ace/Intrusive_List_Node.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Intrusive_List_Node.inl b/ace/Intrusive_List_Node.inl
index 0672be2f345..e7f2c5ee3eb 100644
--- a/ace/Intrusive_List_Node.inl
+++ b/ace/Intrusive_List_Node.inl
@@ -1,9 +1,5 @@
-// -*- C++ -*-
-//
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<class T> ACE_INLINE T*
ACE_Intrusive_List_Node<T>::prev (void) const
{
@@ -27,5 +23,3 @@ ACE_Intrusive_List_Node<T>::next (T *x)
{
this->next_ = x;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL