diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-08 02:36:47 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-08 02:36:47 +0000 |
commit | e51e5d3dc7ea4cb36cde0c472c7e80519ebae8c0 (patch) | |
tree | de0f89604256dba63ca4f1bcfbaa515f882f242f /TAO/tao/IIOP_Connector.cpp | |
parent | a99810c7366475b3d996dffc687e7409499479b8 (diff) | |
download | ATCD-e51e5d3dc7ea4cb36cde0c472c7e80519ebae8c0.tar.gz |
ChangeLogTag:Sat Apr 7 19:35:34 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connector.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp index 51dacc45089..ff538f1ce16 100644 --- a/TAO/tao/IIOP_Connector.cpp +++ b/TAO/tao/IIOP_Connector.cpp @@ -21,10 +21,7 @@ ACE_RCSID(tao, IIOP_Connector, "$Id$") template class ACE_Node<ACE_INET_Addr>; template class ACE_Unbounded_Stack<ACE_INET_Addr>; -template class ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr>; template class ACE_Auto_Basic_Array_Ptr<ACE_INET_Addr>; -template class ACE_Hash<ARHR<ACE_INET_Addr> >; -template class ACE_Equal_To<ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr> >; template class TAO_Connect_Concurrency_Strategy<TAO_IIOP_Connection_Handler>; template class TAO_Connect_Creation_Strategy<TAO_IIOP_Connection_Handler>; @@ -44,10 +41,7 @@ template class ACE_Auto_Basic_Array_Ptr<TAO_IIOP_Connection_Handler*>; #pragma instantiate ACE_Node<ACE_INET_Addr> #pragma instantiate ACE_Unbounded_Stack<ACE_INET_Addr> -#pragma instantiate ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr> -#pragma instantiate ACE_Equal_To<ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr> > #pragma instantiate ACE_Auto_Basic_Array_Ptr<ACE_INET_Addr> -#pragma instantiate ACE_Hash<ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr> > #pragma instantiate TAO_Connect_Concurrency_Strategy<TAO_IIOP_Connection_Handler> #pragma instantiate TAO_Connect_Creation_Strategy<TAO_IIOP_Connection_Handler> |