summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h
index b7ece85cb30..89b1cfbb81b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h
@@ -88,7 +88,7 @@ private:
// Lock for modifying the map. It's not enough to have a lock only
// on the map, because we have to hold the map constant while doing
// multiple distinct map manipulations, such as in remove_consumer().
- ACE_SYNCH_MUTEX lock_;
+ TAO_SYNCH_MUTEX lock_;
// Service object information
TAO_EC_Queue_Full_Service_Object* queue_full_service_object_; // @@ who will release?