summaryrefslogtreecommitdiff
path: root/ace/Message_Block.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-08 21:44:43 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-08 21:44:43 +0000
commitfdc7e471598fe0fc0e0e7c46494fc9a85d65bb47 (patch)
treecdb1a14dd0847158622473f90abadd3e4bf44b60 /ace/Message_Block.cpp
parentc6a2a468fd8ed29ccffb96b3b9498c38f2289459 (diff)
downloadATCD-fdc7e471598fe0fc0e0e7c46494fc9a85d65bb47.tar.gz
commented out template specializations becaUSE Service_Record.cpp already has them
Diffstat (limited to 'ace/Message_Block.cpp')
-rw-r--r--ace/Message_Block.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Message_Block.cpp b/ace/Message_Block.cpp
index 0346ada2eea..2d4721af48b 100644
--- a/ace/Message_Block.cpp
+++ b/ace/Message_Block.cpp
@@ -661,6 +661,9 @@ ACE_Message_Block::operator= (const ACE_Message_Block &)
}
#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
-template class ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex>;
-template class ACE_Allocator_Adapter <ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex> >;
+// These specializations aren't needed for the ACE library because
+// Service_Config.cpp has them:
+//
+// template class ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex>;
+// template class ACE_Allocator_Adapter <ACE_Malloc <ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex> >;
#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */