summaryrefslogtreecommitdiff
path: root/ace/Template_Instantiations.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-21 22:05:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-21 22:05:16 +0000
commitd140698bc06119b6d372c322d3637089f79116a1 (patch)
treef12fcc90848f6b8bc30aeb0400560b934d1aa6c8 /ace/Template_Instantiations.cpp
parent57767aa7948e042a05c725fbc3fa1a3aa0f4a064 (diff)
downloadATCD-d140698bc06119b6d372c322d3637089f79116a1.tar.gz
ChangeLogTag:Sat Jan 21 12:30:33 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Template_Instantiations.cpp')
-rw-r--r--ace/Template_Instantiations.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/ace/Template_Instantiations.cpp b/ace/Template_Instantiations.cpp
index c7425fa0eb5..975922177e6 100644
--- a/ace/Template_Instantiations.cpp
+++ b/ace/Template_Instantiations.cpp
@@ -203,17 +203,12 @@ template class ACE_Fixed_Set_Iterator<ACE_Event_Handler *, ACE_MAX_SIGNAL_HANDLE
template class ACE_Local_Name_Space <ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex>;
template class ACE_Local_Name_Space <ACE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex>;
-template class ACE_Malloc<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex>;
template class ACE_Malloc<ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex>;
-template class ACE_Malloc<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex>;
template class ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex>;
template class ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex>;
-template class ACE_Malloc_T<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex, ACE_Control_Block>;
template class ACE_Malloc_T<ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex, ACE_Control_Block>;
-template class ACE_Malloc_T<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex, ACE_Control_Block>;
template class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex, ACE_Control_Block>;
template class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex, ACE_Control_Block>;
-template class ACE_Allocator_Adapter<ACE_Malloc<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex> >;
template class ACE_Allocator_Adapter<ACE_Malloc<ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex> >;
template class ACE_Map_Entry <ACE_Token_Name, ACE_Tokens *>;
@@ -223,11 +218,7 @@ template class ACE_Map_Entry<ACE_Token_Name, ACE_Token_Proxy *>;
template class ACE_Module<ACE_Thread_Mutex, ACE_Condition_Thread_Mutex>;
// from Remote_Tokens.cpp
-#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
-template class ACE_Singleton <ACE_TSS_Connection, ACE_Thread_Mutex>;
-#else
-template class ACE_Singleton <ACE_TSS_Connection, ACE_Null_Mutex>;
-#endif /* ACE_MT_SAFE */
+template class ACE_Singleton <ACE_TSS_Connection, ACE_SYNCH_MUTEX>;
template class ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex>;