summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 22:33:34 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 22:33:34 +0000
commit6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1 (patch)
treecc77ad2534039bad7c1fa59706d2910bdd025c67 /ace/Local_Name_Space_T.cpp
parent354211c227eb13a937ac588af656917610adc9c7 (diff)
downloadATCD-6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1.tar.gz
I'm here
Diffstat (limited to 'ace/Local_Name_Space_T.cpp')
-rw-r--r--ace/Local_Name_Space_T.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Local_Name_Space_T.cpp b/ace/Local_Name_Space_T.cpp
index 41c7e19db94..1c7d6ab100f 100644
--- a/ace/Local_Name_Space_T.cpp
+++ b/ace/Local_Name_Space_T.cpp
@@ -350,12 +350,9 @@ ACE_Local_Name_Space<ACE_MEM_POOL_2, LOCK>::create_manager (void)
ACE_DEBUG ((LM_DEBUG, "contextfile is %s\n",
this->context_file_));
-#if defined (ACE_HAS_NESTED_TRAITS)
- ALLOCATOR::ALLOCATOR::MEMORY_POOL::Options options (this->name_options_->base_address ());
+
+ ACE_MEM_POOL_OPTIONS options (this->name_options_->base_address ());
ACE_NEW_RETURN (this->allocator_, ALLOCATOR (options, this->context_file_), -1);
-#else
- ACE_NEW_RETURN (this->allocator_, ALLOCATOR (this->context_file_), -1);
-#endif /* ACE_HAS_NESTED_TRAITS */
if (ACE_LOG_MSG->errnum ())
ACE_ERROR_RETURN ((LM_ERROR, "Allocator::Allocator\n"), -1);