summaryrefslogtreecommitdiff
path: root/ace/Refcounted_Auto_Ptr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Refcounted_Auto_Ptr.inl')
-rw-r--r--ace/Refcounted_Auto_Ptr.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Refcounted_Auto_Ptr.inl b/ace/Refcounted_Auto_Ptr.inl
index e0dfaa2e63c..3635393ecfa 100644
--- a/ace/Refcounted_Auto_Ptr.inl
+++ b/ace/Refcounted_Auto_Ptr.inl
@@ -5,6 +5,8 @@
#include "ace/Guard_T.h"
#include "ace/Log_Msg.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class X, class ACE_LOCK> inline int
ACE_Refcounted_Auto_Ptr_Rep<X, ACE_LOCK>::count (void) const
{
@@ -212,3 +214,5 @@ ACE_Refcounted_Auto_Ptr<X, ACE_LOCK>::operator = (const ACE_Refcounted_Auto_Ptr<
AUTO_REFCOUNTED_PTR_REP::assign (this->rep_,
AUTO_REFCOUNTED_PTR_REP::attach (r.rep_));
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL