diff options
Diffstat (limited to 'TAO/tao/Principal.h')
-rw-r--r-- | TAO/tao/Principal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Principal.h b/TAO/tao/Principal.h index 29c2fb0fc9d..9213e247775 100644 --- a/TAO/tao/Principal.h +++ b/TAO/tao/Principal.h @@ -73,7 +73,7 @@ private: /// Protect the reference count, this is OK because we do no /// duplicates or releases on the critical path. - ACE_SYNCH_MUTEX refcount_mutex_; + TAO_SYNCH_MUTEX refcount_mutex_; #if defined (__GNUG__) // G++ (even 2.6.3) stupidly thinks instances can't be created. |