diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-07-17 14:42:07 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-07-17 14:42:07 +0000 |
commit | e16de8c8c2f4d0a6eb44160dc887fe875c83bb7f (patch) | |
tree | 8d4caf5c22cd4c69e8a455cb79683d909be7122c /TAO/tao/Profile.h | |
parent | b6b6f7e828f346ac0c38b363fafe25f0a8e0532a (diff) | |
download | ATCD-e16de8c8c2f4d0a6eb44160dc887fe875c83bb7f.tar.gz |
ChangeLogTag: Mon Jul 17 14:40:43 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r-- | TAO/tao/Profile.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h index 5462bd8010d..d9164b8e94c 100644 --- a/TAO/tao/Profile.h +++ b/TAO/tao/Profile.h @@ -24,6 +24,7 @@ #include "tao/GIOP_Message_Version.h" #include "tao/Refcounted_ObjectKey.h" #include "tao/Service_Callbacks.h" +#include "tao/Configurable_Refcount.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL class ACE_Lock; @@ -375,11 +376,8 @@ private: /// object. TAO_MProfile* forward_to_; - /// Mutex to protect reference count. - ACE_Lock *refcount_lock_; - /// Number of outstanding references to this object. - CORBA::ULong refcount_; + TAO_Configurable_Refcount refcount_; //@@ TAO_PROFILE_SPL_PRIVATE_DATA_ADD_HOOK }; |