summaryrefslogtreecommitdiff
path: root/TAO/tao/MMAP_Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MMAP_Allocator.h')
-rw-r--r--TAO/tao/MMAP_Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/MMAP_Allocator.h b/TAO/tao/MMAP_Allocator.h
index 08f3295ecfd..083ad54382d 100644
--- a/TAO/tao/MMAP_Allocator.h
+++ b/TAO/tao/MMAP_Allocator.h
@@ -33,7 +33,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// An ACE_Lite_MMAP_Memory_Pool is used since sync()ing is not
// needed. All memory allocated by the TAO_MMAP_Allocator is meant
// for strictly transient data, not persistent.
-typedef ACE_Allocator_Adapter <ACE_Malloc<ACE_LITE_MMAP_MEMORY_POOL, ACE_SYNCH_MUTEX> > TAO_MMAP_Allocator_Base;
+typedef ACE_Allocator_Adapter <ACE_Malloc<ACE_LITE_MMAP_MEMORY_POOL, TAO_SYNCH_MUTEX> > TAO_MMAP_Allocator_Base;
/**
* @class TAO_MMAP_Allocator