diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-27 01:24:06 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-27 01:24:06 +0000 |
commit | ab6618a326a09d8c0c2a42f7089e35cb016d2af0 (patch) | |
tree | eb3d20989c0b265d7692e8a172074018a79276ef /examples/Shared_Malloc/test_position_independent_malloc.cpp | |
parent | fc4820a459d91dec11791fafcac4b4f9395cbc54 (diff) | |
download | ATCD-ab6618a326a09d8c0c2a42f7089e35cb016d2af0.tar.gz |
Sun Nov 26 19:07:48 2000 Pradeep Gore <pradeep@cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Malloc/test_position_independent_malloc.cpp')
-rw-r--r-- | examples/Shared_Malloc/test_position_independent_malloc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Shared_Malloc/test_position_independent_malloc.cpp b/examples/Shared_Malloc/test_position_independent_malloc.cpp index 0ba37198159..e9438be35e4 100644 --- a/examples/Shared_Malloc/test_position_independent_malloc.cpp +++ b/examples/Shared_Malloc/test_position_independent_malloc.cpp @@ -194,7 +194,7 @@ template class ACE_Based_Pointer<Long_Test>; template class auto_ptr <MALLOC>; template class ACE_Auto_Basic_Ptr<MALLOC>; #if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) -template class ACE_Malloc_T <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, CONTROL_BLOCK>; + #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Based_Pointer<Test_Data> @@ -205,6 +205,6 @@ template class ACE_Malloc_T <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, CONTROL_BL #pragma instantiate auto_ptr <MALLOC> #pragma instantiate ACE_Auto_Basic_Ptr<MALLOC> #if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) -#pragma instantiate ACE_Malloc_T <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, CONTROL_BLOCK> + #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |