diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-06-11 20:11:08 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-06-11 20:11:08 +0000 |
commit | 4af5cec59d1185b5e933d1544622940e75857764 (patch) | |
tree | 5e4890a005cc329ca78524c5a820a803aceabc05 /TAO/tao/Profile.h | |
parent | 046fa39a2ee44fbabaf9476aac199f66bc1af7db (diff) | |
download | ATCD-4af5cec59d1185b5e933d1544622940e75857764.tar.gz |
ChangeLogTag:Wed Jun 11 15:08:29 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r-- | TAO/tao/Profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h index 8de00a78eef..cce84d31b62 100644 --- a/TAO/tao/Profile.h +++ b/TAO/tao/Profile.h @@ -327,7 +327,7 @@ private: TAO_MProfile* forward_to_; /// Mutex to protect reference count. - TAO_SYNCH_MUTEX refcount_lock_; + ACE_Lock *refcount_lock_; /// Number of outstanding references to this object. CORBA::ULong refcount_; |