summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-02 16:30:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-02 16:30:06 +0000
commit91fa04e3304db99435be453623fafac1b3527085 (patch)
tree3b855092558ffd6b6e77aa34c5d22094c2b018a7 /ace/Local_Name_Space.cpp
parent97b6761b3aeab8d1faf23dcf9bcacfec66741612 (diff)
downloadATCD-91fa04e3304db99435be453623fafac1b3527085.tar.gz
removed ACE_Map_Manager, ACE_Map_Iterator, and ACE_Map_Entry: they don't appear to be used and, without including their headers, this file won't compile
Diffstat (limited to 'ace/Local_Name_Space.cpp')
-rw-r--r--ace/Local_Name_Space.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Local_Name_Space.cpp b/ace/Local_Name_Space.cpp
index f7edfbf11ec..650f0e2b0cc 100644
--- a/ace/Local_Name_Space.cpp
+++ b/ace/Local_Name_Space.cpp
@@ -155,9 +155,6 @@ template class ACE_Unbounded_Set<ACE_WString>;
template class ACE_Unbounded_Set_Iterator<ACE_WString>;
template class ACE_Set_Node<ACE_WString>;
template class ACE_Set_Node<ACE_Name_Binding>;
-template class ACE_Map_Manager<ACE_NS_String, ACE_NS_Internal, ACE_Null_Mutex>;
-template class ACE_Map_Iterator<ACE_NS_String, ACE_NS_Internal, ACE_Null_Mutex>;
-template class ACE_Map_Entry <ACE_NS_String, ACE_NS_Internal>;
template class ACE_Guard<ACE_RW_Process_Mutex>;
template class ACE_Read_Guard<ACE_RW_Process_Mutex>;
template class ACE_Write_Guard<ACE_RW_Process_Mutex>;