diff options
Diffstat (limited to 'TAO/tao/LongLongSeqC.cpp')
-rw-r--r-- | TAO/tao/LongLongSeqC.cpp | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/TAO/tao/LongLongSeqC.cpp b/TAO/tao/LongLongSeqC.cpp index fd347d37225..28fa3e318f1 100644 --- a/TAO/tao/LongLongSeqC.cpp +++ b/TAO/tao/LongLongSeqC.cpp @@ -155,50 +155,3 @@ CORBA::Boolean operator>> ( } #endif /* _TAO_CDR_OP_CORBA_LongLongSeq_CPP_ */ - -// TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1528 - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO_FixedSeq_Var_T< - CORBA::LongLongSeq, - CORBA::LongLong - >; - - template class - TAO_Seq_Var_Base_T< - CORBA::LongLongSeq, - CORBA::LongLong - >; - - template class - TAO_Seq_Out_T< - CORBA::LongLongSeq, - CORBA::LongLongSeq_var, - CORBA::LongLong - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO_FixedSeq_Var_T< \ - CORBA::LongLongSeq, \ - CORBA::LongLong \ - > - -# pragma instantiate \ - TAO_Seq_Var_Base_T< \ - CORBA::LongLongSeq, \ - CORBA::LongLong \ - > - -# pragma instantiate \ - TAO_Seq_Out_T< \ - CORBA::LongLongSeq, \ - CORBA::LongLongSeq_var, \ - CORBA::LongLong \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |