diff options
Diffstat (limited to 'TAO/tao/Policy_ForwardC.cpp')
-rw-r--r-- | TAO/tao/Policy_ForwardC.cpp | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/TAO/tao/Policy_ForwardC.cpp b/TAO/tao/Policy_ForwardC.cpp index cb1d25d6d36..46f576bb40b 100644 --- a/TAO/tao/Policy_ForwardC.cpp +++ b/TAO/tao/Policy_ForwardC.cpp @@ -307,134 +307,3 @@ CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::SetOverrideType & _tao_en return _tao_success; } - -// TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1528 - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO_Object_Manager< - CORBA::Policy, - CORBA::Policy_var - >; - - template class - TAO_MngSeq_Var_T< - CORBA::PolicyList, - TAO_Object_Manager< - CORBA::Policy, - CORBA::Policy_var - > - >; - - template class - TAO_Seq_Var_Base_T< - CORBA::PolicyList, - TAO_Object_Manager< - CORBA::Policy, - CORBA::Policy_var - > - >; - - template class - TAO_MngSeq_Out_T< - CORBA::PolicyList, - CORBA::PolicyList_var, - TAO_Object_Manager< - CORBA::Policy, - CORBA::Policy_var - > - >; - -#if !defined (_CORBA_POLICY__EXPLICIT_CS_) -#define _CORBA_POLICY__EXPLICIT_CS_ - - template class - TAO_Unbounded_Object_Sequence< - CORBA::Policy, - CORBA::Policy_var - >; - -#endif /* end #if !defined */ - - template class - TAO_FixedSeq_Var_T< - CORBA::PolicyTypeSeq, - CORBA::PolicyType - >; - - template class - TAO_Seq_Var_Base_T< - CORBA::PolicyTypeSeq, - CORBA::PolicyType - >; - - template class - TAO_Seq_Out_T< - CORBA::PolicyTypeSeq, - CORBA::PolicyTypeSeq_var, - CORBA::PolicyType - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO_MngSeq_Var_T< \ - CORBA::PolicyList, \ - TAO_Object_Manager< \ - CORBA::Policy, \ - CORBA::Policy_var \ - > \ - > - -# pragma instantiate \ - TAO_Seq_Var_Base_T< \ - CORBA::PolicyList, \ - TAO_Object_Manager< \ - CORBA::Policy, \ - CORBA::Policy_var \ - > \ - > - -# pragma instantiate \ - TAO_MngSeq_Out_T< \ - CORBA::PolicyList, \ - CORBA::PolicyList_var, \ - TAO_Object_Manager< \ - CORBA::Policy, \ - CORBA::Policy_var \ - > \ - > - -#if !defined (_CORBA_POLICY__EXPLICIT_CS_) -#define _CORBA_POLICY__EXPLICIT_CS_ - -# pragma instantiate \ - TAO_Unbounded_Object_Sequence< \ - CORBA::Policy, \ - CORBA::Policy_var \ - > - -#endif /* end #if !defined */ - -# pragma instantiate \ - TAO_FixedSeq_Var_T< \ - CORBA::PolicyTypeSeq, \ - CORBA::PolicyType \ - > - -# pragma instantiate \ - TAO_Seq_Var_Base_T< \ - CORBA::PolicyTypeSeq, \ - CORBA::PolicyType \ - > - -# pragma instantiate \ - TAO_Seq_Out_T< \ - CORBA::PolicyTypeSeq, \ - CORBA::PolicyTypeSeq_var, \ - CORBA::PolicyType \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |