summaryrefslogtreecommitdiff
path: root/ace/Container_Instantiations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Container_Instantiations.cpp')
-rw-r--r--ace/Container_Instantiations.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Container_Instantiations.cpp b/ace/Container_Instantiations.cpp
index 9b45dacf6e4..7615c7a7cfc 100644
--- a/ace/Container_Instantiations.cpp
+++ b/ace/Container_Instantiations.cpp
@@ -2,6 +2,8 @@
#include "ace/CDR_Base.h"
#include "ace/Unbounded_Queue.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Instantiations of templates with basic data types that can be used
// across ACE+TAO.
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
@@ -17,3 +19,5 @@ template class ACE_Unbounded_Queue_Iterator<ACE_INT32>;
#pragma instantiate ACE_Unbounded_Queue_Iterator<ACE_INT32>;
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION*/
+
+ACE_END_VERSIONED_NAMESPACE_DECL