summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-12 01:30:49 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-12 01:30:49 +0000
commitd05172b2f362b4715ed82690dafcf05f44dd2713 (patch)
tree49d6ef7c90b19f01d7be77065f7c6cc065f5c82f /ace
parent7be4af75cab7240e6d6d8f84d1a3aa5b9ccbd080 (diff)
downloadATCD-d05172b2f362b4715ed82690dafcf05f44dd2713.tar.gz
More template stuff
Diffstat (limited to 'ace')
-rw-r--r--ace/Configuration.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp
index 3627968451b..a8f3491564f 100644
--- a/ace/Configuration.cpp
+++ b/ace/Configuration.cpp
@@ -1782,6 +1782,7 @@ template class ACE_Hash_Map_Manager<ACE_Configuration_ExtId, int, ACE_Null_Mutex
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Section_IntId>;
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Value_IntId>;
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, int>;
+template class ACE_Malloc<ACE_Local_Memory_Pool, ACE_Thread_Mutex>;
template class ACE_Malloc<ACE_MMAP_Memory_Pool, ACE_Thread_Mutex>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
@@ -1803,6 +1804,7 @@ template class ACE_Malloc<ACE_MMAP_Memory_Pool, ACE_Thread_Mutex>;
#pragma instantiate ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Section_IntId>
#pragma instantiate ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Value_IntId>
#pragma instantiate ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, int>
+#pragma instantiate ACE_Malloc<ACE_Local_Memory_Pool, ACE_Thread_Mutex>
#pragma instantiate ACE_Malloc<ACE_MMAP_Memory_Pool, ACE_Thread_Mutex>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */