diff options
Diffstat (limited to 'TAO/tao/GIOPC.cpp')
-rw-r--r-- | TAO/tao/GIOPC.cpp | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/TAO/tao/GIOPC.cpp b/TAO/tao/GIOPC.cpp index ca5d90168a7..5d0cf2e8415 100644 --- a/TAO/tao/GIOPC.cpp +++ b/TAO/tao/GIOPC.cpp @@ -389,96 +389,3 @@ CORBA::Boolean operator>> ( return result; } - -// TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1528 - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO_Fixed_Var_T< - GIOP::Version - >; - - template class - TAO_Var_Base_T< - GIOP::Version - >; - - template class - TAO_Var_Var_T< - GIOP::IORAddressingInfo - >; - - template class - TAO_Var_Base_T< - GIOP::IORAddressingInfo - >; - - template class - TAO_Out_T< - GIOP::IORAddressingInfo, - GIOP::IORAddressingInfo_var - >; - - template class - TAO_Var_Var_T< - GIOP::TargetAddress - >; - - template class - TAO_Var_Base_T< - GIOP::TargetAddress - >; - - template class - TAO_Out_T< - GIOP::TargetAddress, - GIOP::TargetAddress_var - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO_Fixed_Var_T< \ - GIOP::Version \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - GIOP::Version \ - > - -# pragma instantiate \ - TAO_Var_Var_T< \ - GIOP::IORAddressingInfo \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - GIOP::IORAddressingInfo \ - > - -# pragma instantiate \ - TAO_Out_T< \ - GIOP::IORAddressingInfo, \ - GIOP::IORAddressingInfo_var \ - > - -# pragma instantiate \ - TAO_Var_Var_T< \ - GIOP::TargetAddress \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - GIOP::TargetAddress \ - > - -# pragma instantiate \ - TAO_Out_T< \ - GIOP::TargetAddress, \ - GIOP::TargetAddress_var \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |