summaryrefslogtreecommitdiff
path: root/ACE/ace/Refcounted_Auto_Ptr.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-06 11:28:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-06 11:28:57 +0000
commit04b1f4e538dcb336d8a2202cc22cbbe1a36b2274 (patch)
tree7d4132b311f0dd54caf5742d06d165246e86d0c2 /ACE/ace/Refcounted_Auto_Ptr.inl
parent21216cf2f3792dd48fe3ded53d592288e6357f11 (diff)
downloadATCD-04b1f4e538dcb336d8a2202cc22cbbe1a36b2274.tar.gz
Mon Aug 6 11:28:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Refcounted_Auto_Ptr.inl')
-rw-r--r--ACE/ace/Refcounted_Auto_Ptr.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Refcounted_Auto_Ptr.inl b/ACE/ace/Refcounted_Auto_Ptr.inl
index 017ffde2a80..f44159606ff 100644
--- a/ACE/ace/Refcounted_Auto_Ptr.inl
+++ b/ACE/ace/Refcounted_Auto_Ptr.inl
@@ -10,7 +10,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class X, class ACE_LOCK> inline long
ACE_Refcounted_Auto_Ptr_Rep<X, ACE_LOCK>::count (void) const
{
- return this->ref_count_;
+ return this->ref_count_.value();
}
template <class X, class ACE_LOCK> inline long