summaryrefslogtreecommitdiff
path: root/ace/Intrusive_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Intrusive_List.h')
-rw-r--r--ace/Intrusive_List.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Intrusive_List.h b/ace/Intrusive_List.h
index fee24290712..a19e641c17d 100644
--- a/ace/Intrusive_List.h
+++ b/ace/Intrusive_List.h
@@ -20,8 +20,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Intrusive_List
*
@@ -119,8 +117,6 @@ private:
T *tail_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Intrusive_List.inl"
#endif /* __ACE_INLINE__ */