summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index f3c24438f86..79366961e9f 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -127,7 +127,7 @@ private:
CORBA::ULong refcount_;
/// Protect the reference count.
- ACE_SYNCH_MUTEX refcount_lock_;
+ TAO_SYNCH_MUTEX refcount_lock_;
};
/**