diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 21:41:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 21:41:04 +0000 |
commit | 44fca293814485bc8a2ff8c9d45611d1e5a67076 (patch) | |
tree | e0de023333c123d7d56aa490b67c95ee763a22e8 /ace/MEM_SAP.cpp | |
parent | 6fa5c86b9cae9a91b858ee93fdbef9d5c1eaffd4 (diff) | |
download | ATCD-44fca293814485bc8a2ff8c9d45611d1e5a67076.tar.gz |
ChangeLogTag:Fri Mar 02 15:35:40 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/MEM_SAP.cpp')
-rw-r--r-- | ace/MEM_SAP.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/MEM_SAP.cpp b/ace/MEM_SAP.cpp index ae62b5e518d..88725dcad8b 100644 --- a/ace/MEM_SAP.cpp +++ b/ace/MEM_SAP.cpp @@ -2,6 +2,8 @@ #include "ace/MEM_SAP.h" +#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) + #if defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/MEM_SAP.i" #endif @@ -77,3 +79,5 @@ template class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_Control #pragma instantiate ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_Control_Block> #endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ + +#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ |