diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-26 07:10:40 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-26 07:10:40 +0000 |
commit | a3bfa67783db9ce691535a1509baef0ae83693af (patch) | |
tree | 0480e1b6d546278b12ecfcea5f21001094a00812 /ace/Local_Name_Space_T.h | |
parent | cf5802ec7395b07589b7172441131aa66849ef6a (diff) | |
download | ATCD-a3bfa67783db9ce691535a1509baef0ae83693af.tar.gz |
foobar
foo
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r-- | ace/Local_Name_Space_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h index ada018f91c7..cb62e065d08 100644 --- a/ace/Local_Name_Space_T.h +++ b/ace/Local_Name_Space_T.h @@ -85,7 +85,7 @@ private: #endif /* ACE_WIN32 */ }; -template <class MEM_POOL, class LOCK> +template <ACE_MEM_POOL_1, class LOCK> class ACE_Local_Name_Space : public ACE_Name_Space // = TITLE // Maintaining accesses Local Name Server Database. Allows to @@ -187,7 +187,7 @@ private: // key/value binding. // = I just know this is going to cause problems on some platform... - typedef ACE_Allocator_Adapter <ACE_Malloc <MEM_POOL, LOCK> > ALLOCATOR; + typedef ACE_Allocator_Adapter <ACE_Malloc <ACE_MEM_POOL_2, LOCK> > ALLOCATOR; ALLOCATOR *allocator_; // Pointer to the allocator |