summaryrefslogtreecommitdiff
path: root/ace/Based_Pointer_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Based_Pointer_T.cpp')
-rw-r--r--ace/Based_Pointer_T.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Based_Pointer_T.cpp b/ace/Based_Pointer_T.cpp
index c648d28834f..2155bc3a734 100644
--- a/ace/Based_Pointer_T.cpp
+++ b/ace/Based_Pointer_T.cpp
@@ -13,6 +13,8 @@
#include "ace/Based_Pointer_T.inl"
#endif /* __ACE_INLINE__ */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class CONCRETE>
ACE_Based_Pointer<CONCRETE>::ACE_Based_Pointer (void)
{
@@ -114,4 +116,6 @@ ACE_Based_Pointer<CONCRETE>::ACE_Based_Pointer (const ACE_Based_Pointer<CONCRETE
ACE_ASSERT (0); // not implemented.
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_BASED_POINTER_T_CPP */