summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 20:20:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 20:20:41 +0000
commit576154796c31c8bfea2b9c35957d2f6c3cbc9b3c (patch)
treeed7b267fa608107a952135a3341c708fabff9a72 /TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h
parentb7c16f0725efc1d0804fec30f4f4880d2c8cd133 (diff)
downloadATCD-576154796c31c8bfea2b9c35957d2f6c3cbc9b3c.tar.gz
ChangeLogTag:Thu Jul 16 15:06:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.h2
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.