summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-15 22:48:56 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-15 22:48:56 +0000
commit55ea257afe430f2e72542b0e0f23677136e2d5d7 (patch)
tree894d5f5ffc82a78a575e08e2151745609f37abc6 /examples/Shared_Malloc
parent87e9c8943e0af8398e107933a7c591651d37a52e (diff)
downloadATCD-55ea257afe430f2e72542b0e0f23677136e2d5d7.tar.gz
ChangeLogTag: Fri Jun 15 17:40:51 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r--examples/Shared_Malloc/Malloc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Shared_Malloc/Malloc.cpp b/examples/Shared_Malloc/Malloc.cpp
index b6602755983..7c88085c5a1 100644
--- a/examples/Shared_Malloc/Malloc.cpp
+++ b/examples/Shared_Malloc/Malloc.cpp
@@ -69,10 +69,10 @@ template class ACE_Allocator_Adapter<ST_ALLOCATOR>;
template class ACE_Malloc <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex>;
template class ACE_Malloc_T <ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_Control_Block>;
-#if !defined (ACE_HAS_THREADS)
+#if !defined (ACE_HAS_THREADS) && !defined(ACE_HAS_STD_TEMPLATE_SPECIALIZATION)
template class ACE_Read_Guard<ACE_SYNCH_MUTEX>;
template class ACE_Write_Guard<ACE_SYNCH_MUTEX>;
-#endif /* ! ACE_HAS_THREADS */
+#endif /* ! ACE_HAS_THREADS && ! ACE_HAS_STD_TEMPLATE_SPECIALIZATION */
#if defined (ACE_LACKS_SYSV_SHMEM)