summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index a1586cbb346..bc631e78346 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -282,7 +282,7 @@ private:
/// Protect the reference count, this is OK because we do no
/// duplicates or releases on the critical path.
- ACE_SYNCH_MUTEX refcount_lock_;
+ TAO_SYNCH_MUTEX refcount_lock_;
// = Unimplemented methods
CORBA_Object (const CORBA_Object &);