diff options
Diffstat (limited to 'TAO/tao/CONV_FRAMEC.cpp')
-rw-r--r-- | TAO/tao/CONV_FRAMEC.cpp | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/TAO/tao/CONV_FRAMEC.cpp b/TAO/tao/CONV_FRAMEC.cpp index 9019859fa8f..671886cf99a 100644 --- a/TAO/tao/CONV_FRAMEC.cpp +++ b/TAO/tao/CONV_FRAMEC.cpp @@ -263,134 +263,3 @@ CORBA::Boolean operator>> ( (strm >> _tao_aggregate.char_data) && (strm >> _tao_aggregate.wchar_data); } - -// TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1528 - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO_FixedSeq_Var_T< - CONV_FRAME::CodeSetIdSeq, - CONV_FRAME::CodeSetId - >; - - template class - TAO_Seq_Var_Base_T< - CONV_FRAME::CodeSetIdSeq, - CONV_FRAME::CodeSetId - >; - - template class - TAO_Seq_Out_T< - CONV_FRAME::CodeSetIdSeq, - CONV_FRAME::CodeSetIdSeq_var, - CONV_FRAME::CodeSetId - >; - - template class - TAO_Var_Var_T< - CONV_FRAME::CodeSetComponent - >; - - template class - TAO_Var_Base_T< - CONV_FRAME::CodeSetComponent - >; - - template class - TAO_Out_T< - CONV_FRAME::CodeSetComponent, - CONV_FRAME::CodeSetComponent_var - >; - - template class - TAO_Var_Var_T< - CONV_FRAME::CodeSetComponentInfo - >; - - template class - TAO_Var_Base_T< - CONV_FRAME::CodeSetComponentInfo - >; - - template class - TAO_Out_T< - CONV_FRAME::CodeSetComponentInfo, - CONV_FRAME::CodeSetComponentInfo_var - >; - - template class - TAO_Fixed_Var_T< - CONV_FRAME::CodeSetContext - >; - - template class - TAO_Var_Base_T< - CONV_FRAME::CodeSetContext - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO_FixedSeq_Var_T< \ - CONV_FRAME::CodeSetIdSeq, \ - CONV_FRAME::CodeSetId \ - > - -# pragma instantiate \ - TAO_Seq_Var_Base_T< \ - CONV_FRAME::CodeSetIdSeq, \ - CONV_FRAME::CodeSetId \ - > - -# pragma instantiate \ - TAO_Seq_Out_T< \ - CONV_FRAME::CodeSetIdSeq, \ - CONV_FRAME::CodeSetIdSeq_var, \ - CONV_FRAME::CodeSetId \ - > - -# pragma instantiate \ - TAO_Var_Var_T< \ - CONV_FRAME::CodeSetComponent \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - CONV_FRAME::CodeSetComponent \ - > - -# pragma instantiate \ - TAO_Out_T< \ - CONV_FRAME::CodeSetComponent, \ - CONV_FRAME::CodeSetComponent_var \ - > - -# pragma instantiate \ - TAO_Var_Var_T< \ - CONV_FRAME::CodeSetComponentInfo \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - CONV_FRAME::CodeSetComponentInfo \ - > - -# pragma instantiate \ - TAO_Out_T< \ - CONV_FRAME::CodeSetComponentInfo, \ - CONV_FRAME::CodeSetComponentInfo_var \ - > - -# pragma instantiate \ - TAO_Fixed_Var_T< \ - CONV_FRAME::CodeSetContext \ - > - -# pragma instantiate \ - TAO_Var_Base_T< \ - CONV_FRAME::CodeSetContext \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |