summaryrefslogtreecommitdiff
path: root/ace/Containers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Containers.cpp')
-rw-r--r--ace/Containers.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Containers.cpp b/ace/Containers.cpp
index e9c497f92ff..63faaef39bd 100644
--- a/ace/Containers.cpp
+++ b/ace/Containers.cpp
@@ -10,8 +10,6 @@ ACE_RCSID (ace,
#include "ace/Containers.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Double_Linked_List<ACE_DLList_Node>;
template class ACE_Double_Linked_List_Iterator_Base<ACE_DLList_Node>;
@@ -24,4 +22,3 @@ template class ACE_Double_Linked_List_Reverse_Iterator<ACE_DLList_Node>;
#pragma instantiate ACE_Double_Linked_List_Reverse_Iterator<ACE_DLList_Node>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-ACE_END_VERSIONED_NAMESPACE_DECL