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, 0 insertions, 4 deletions
diff --git a/ace/Refcounted_Auto_Ptr.inl b/ace/Refcounted_Auto_Ptr.inl
index 3635393ecfa..e0dfaa2e63c 100644
--- a/ace/Refcounted_Auto_Ptr.inl
+++ b/ace/Refcounted_Auto_Ptr.inl
@@ -5,8 +5,6 @@
#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
{
@@ -214,5 +212,3 @@ 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