summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Cache_Manager.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-11 00:02:56 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-11 00:02:56 +0000
commita81e296d17e403f85ce59bbea9f315ed8b1d59ff (patch)
treeed700d75307b0da950d6a7332ae1742d6c57e437 /TAO/tao/Transport_Cache_Manager.cpp
parent5c25df5c2bbe06f9a8404a7c43da280a7e24c1ac (diff)
downloadATCD-a81e296d17e403f85ce59bbea9f315ed8b1d59ff.tar.gz
ChangeLogTag: Thu Jul 10 20:01:43 2003 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/tao/Transport_Cache_Manager.cpp')
-rw-r--r--TAO/tao/Transport_Cache_Manager.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Transport_Cache_Manager.cpp b/TAO/tao/Transport_Cache_Manager.cpp
index b6a4ccae4ab..0ddbc9a16e2 100644
--- a/TAO/tao/Transport_Cache_Manager.cpp
+++ b/TAO/tao/Transport_Cache_Manager.cpp
@@ -657,9 +657,9 @@ template class ACE_Hash_Map_Manager_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Has
template class ACE_Hash_Map_Iterator_Base_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Iterator_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Reverse_Iterator_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>;
-template class ACE_Unbounded_Set<ACE_Event_Handler*>;
-template class ACE_Unbounded_Set_Iterator<ACE_Event_Handler*>;
-template class ACE_Node<ACE_Event_Handler*>;
+template class ACE_Unbounded_Set<TAO_Connection_Handler*>;
+template class ACE_Unbounded_Set_Iterator<TAO_Connection_Handler*>;
+template class ACE_Node<TAO_Connection_Handler*>;
template class ACE_Unbounded_Stack<TAO_Transport*>;
template class ACE_Node <TAO_Transport *>;
@@ -674,9 +674,9 @@ template class TAO_Condition<ACE_SYNCH_MUTEX>;
#pragma instantiate ACE_Hash_Map_Iterator_Base_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Iterator_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Reverse_Iterator_Ex<TAO_Cache_ExtId, TAO_Cache_IntId, ACE_Hash<TAO_Cache_ExtId>, ACE_Equal_To<TAO_Cache_ExtId>, ACE_Null_Mutex>
-#pragma instantiate ACE_Unbounded_Set<ACE_Event_Handler*>
-#pragma instantiate ACE_Unbounded_Set_Iterator<ACE_Event_Handler*>
-#pragma instantiate ACE_Node<ACE_Event_Handler*>
+#pragma instantiate ACE_Unbounded_Set<TAO_Connection_Handler*>
+#pragma instantiate ACE_Unbounded_Set_Iterator<TAO_Connection_Handler*>
+#pragma instantiate ACE_Node<TAO_Connection_Handler*>
#pragma instantiate ACE_Unbounded_Stack<TAO_Transport*>
#pragma instantiate ACE_Node <TAO_Transport *>