summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h b/TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h
index db17d13a6cc..79927baa234 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Persistent_File_Allocator.h
@@ -192,9 +192,9 @@ private:
Random_File pstore_;
Bit_Vector free_blocks_;
ACE_Unbounded_Queue<Persistent_Storage_Block*> block_queue_;
- ACE_SYNCH_MUTEX lock_;
- ACE_SYNCH_MUTEX free_blocks_lock_;
- ACE_SYNCH_MUTEX queue_lock_;
+ TAO_SYNCH_MUTEX lock_;
+ TAO_SYNCH_MUTEX free_blocks_lock_;
+ TAO_SYNCH_MUTEX queue_lock_;
bool terminate_thread_;
bool thread_active_;
ACE_SYNCH_CONDITION wake_up_thread_;