diff options
Diffstat (limited to 'TAO/tao/OctetSeqC.cpp')
-rw-r--r-- | TAO/tao/OctetSeqC.cpp | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/TAO/tao/OctetSeqC.cpp b/TAO/tao/OctetSeqC.cpp index e655113d7b4..ae05d6dc3e0 100644 --- a/TAO/tao/OctetSeqC.cpp +++ b/TAO/tao/OctetSeqC.cpp @@ -192,50 +192,3 @@ CORBA::Boolean operator>> ( } #endif /* _TAO_CDR_OP_CORBA_OctetSeq_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::OctetSeq, - CORBA::Octet - >; - - template class - TAO_Seq_Var_Base_T< - CORBA::OctetSeq, - CORBA::Octet - >; - - template class - TAO_Seq_Out_T< - CORBA::OctetSeq, - CORBA::OctetSeq_var, - CORBA::Octet - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO_FixedSeq_Var_T< \ - CORBA::OctetSeq, \ - CORBA::Octet \ - > - -# pragma instantiate \ - TAO_Seq_Var_Base_T< \ - CORBA::OctetSeq, \ - CORBA::Octet \ - > - -# pragma instantiate \ - TAO_Seq_Out_T< \ - CORBA::OctetSeq, \ - CORBA::OctetSeq_var, \ - CORBA::Octet \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |