summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 15:43:09 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 15:43:09 +0000
commit048e76669cea34e141f3b57a239b3f01907440bc (patch)
treea29b4cd168eee1ebc4db2161e648e8cd7665b7e4
parent7621fbe1e5c60fb929e9b9752d73234ec59ba6f7 (diff)
downloadATCD-048e76669cea34e141f3b57a239b3f01907440bc.tar.gz
remove ACE_Guard<ACE_Process_Mutex> instantiation because it's in ace/Synch.cpp
-rw-r--r--examples/Shared_Malloc/Malloc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Shared_Malloc/Malloc.cpp b/examples/Shared_Malloc/Malloc.cpp
index 1d6afed68da..3543c99cdb7 100644
--- a/examples/Shared_Malloc/Malloc.cpp
+++ b/examples/Shared_Malloc/Malloc.cpp
@@ -58,7 +58,6 @@ template class ACE_Allocator_Adapter<M_ALLOCATOR>;
template class ACE_Allocator_Adapter<SB_ALLOCATOR>;
template class ACE_Allocator_Adapter<SP_ALLOCATOR>;
template class ACE_Allocator_Adapter<ST_ALLOCATOR>;
-template class ACE_Guard<ACE_Process_Mutex>;
template class ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_SYNCH_MUTEX>;
template class ACE_Malloc <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex>;
template class ACE_Read_Guard<ACE_Process_Mutex>;
@@ -84,7 +83,6 @@ template class ACE_Malloc <ACE_SBRK_MEMORY_POOL, ACE_SYNCH_MUTEX>;
#pragma instantiate ACE_Allocator_Adapter<SB_ALLOCATOR>
#pragma instantiate ACE_Allocator_Adapter<SP_ALLOCATOR>
#pragma instantiate ACE_Allocator_Adapter<ST_ALLOCATOR>
-#pragma instantiate ACE_Guard<ACE_Process_Mutex>
#pragma instantiate ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_SYNCH_MUTEX>
#pragma instantiate ACE_Malloc <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex>
#pragma instantiate ACE_Read_Guard<ACE_Process_Mutex>