diff options
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h')
-rw-r--r-- | TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h index 9663b7cc035..46aa7a3aaad 100644 --- a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h +++ b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h @@ -322,7 +322,7 @@ private: int ready_; ACE_SYNCH_MUTEX ready_mtx_; - ACE_Condition<ACE_SYNCH_MUTEX> ready_cnd_; + ACE_SYNCH_CONDITION ready_cnd_; // Before accepting any events the suppliers must wait for the test // to setup all the consumers. // The suppliers wait on the condition variable. |