summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Object.h')
-rw-r--r--TAO/tao/IIOP_Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Object.h b/TAO/tao/IIOP_Object.h
index e0c36286cfa..4962bd5e6ba 100644
--- a/TAO/tao/IIOP_Object.h
+++ b/TAO/tao/IIOP_Object.h
@@ -250,10 +250,10 @@ private:
ACE_Lock* fwd_profile_lock_ptr_;
// Mutex to protect access to the forwarding profile
- ACE_SYNCH_MUTEX IUnknown_lock_;
- // Mutex to protect <IUnknown>-related stuff.
+ ACE_SYNCH_MUTEX refcount_lock_;
+ // Mutex to protect reference count
- u_int refcount_;
+ CORBA::ULong refcount_;
// Number of outstanding references to this object.
CORBA::Boolean use_locate_request_;