summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-04 14:18:15 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-04 14:18:15 +0000
commitf533ab2ab506a6b99fc54bdde34e5670a8e7d132 (patch)
treec48e8c4ed4581ed3c0213de5bb9ead145a5957d6 /TAO/orbsvcs/tests/Notify
parentc896cc9e8fb59c458b0a9dda16eefdf70a87daa1 (diff)
downloadATCD-f533ab2ab506a6b99fc54bdde34e5670a8e7d132.tar.gz
ChangeLogTag: Thu Apr 04 07:06:33 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
index 2485c75bc26..15be66983f1 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
@@ -111,7 +111,7 @@ protected:
int active_consumers_;
// Condition that all active suppliers and consumers are done.
- ACE_Condition_Thread_Mutex active_done_;
+ TAO_SYNCH_CONDITION active_done_;
// Map that stores suppliers.
TAO_NS_PeriodicSupplier_Map supplier_map_;
@@ -129,7 +129,7 @@ protected:
CORBA::Boolean started_;
// Condition that the start method has been called.
- ACE_Condition_Thread_Mutex started_condition_;
+ TAO_SYNCH_CONDITION started_condition_;
};
#include "ace/post.h"