diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-18 17:21:24 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-18 17:21:24 +0000 |
commit | cbdb16d34dde30385b5396cd8bb3bf995bebd355 (patch) | |
tree | 900dfbd49294ba46977c3b965e5dee5b84920c18 /TAO/tao/IIOP_Acceptor.cpp | |
parent | 362ef0af8deab7cc87a3af0f3d382952008813e0 (diff) | |
download | ATCD-cbdb16d34dde30385b5396cd8bb3bf995bebd355.tar.gz |
ChangeLogTag: Thu Apr 18 12:20:16 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.cpp')
-rw-r--r-- | TAO/tao/IIOP_Acceptor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Acceptor.cpp b/TAO/tao/IIOP_Acceptor.cpp index 47dbdcbdad1..0d55ecfa481 100644 --- a/TAO/tao/IIOP_Acceptor.cpp +++ b/TAO/tao/IIOP_Acceptor.cpp @@ -21,6 +21,7 @@ ACE_RCSID(tao, #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) +template class ACE_Auto_Basic_Array_Ptr<ACE_INET_Addr>; template class ACE_Acceptor<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR>; template class ACE_Strategy_Acceptor<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR>; template class ACE_Accept_Strategy<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR>; @@ -33,6 +34,7 @@ template class TAO_Accept_Strategy<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTO #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) +#pragma instantiate ACE_Auto_Basic_Array_Ptr<ACE_INET_Addr> #pragma instantiate ACE_Acceptor<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR> #pragma instantiate ACE_Strategy_Acceptor<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR> #pragma instantiate ACE_Accept_Strategy<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR> |