From 40fdc8a404e75ab03b68cc62e9987cf208fd8c30 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 16 Sep 2004 21:19:02 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'typecode-overhaul'. --- TAO/tao/IORManipulation/IORC.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'TAO/tao/IORManipulation/IORC.cpp') diff --git a/TAO/tao/IORManipulation/IORC.cpp b/TAO/tao/IORManipulation/IORC.cpp index d579c25af93..420a5348e22 100644 --- a/TAO/tao/IORManipulation/IORC.cpp +++ b/TAO/tao/IORManipulation/IORC.cpp @@ -613,7 +613,7 @@ CORBA::TypeCode_ptr TAO_IOP::MultiProfileList::_type (void) const ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Property_ptr -TAO::Objref_Traits::duplicate ( +TAO::Objref_Traits::tao_duplicate ( TAO_IOP::TAO_IOR_Property_ptr p ) { @@ -622,7 +622,7 @@ TAO::Objref_Traits::duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits::release ( +TAO::Objref_Traits::tao_release ( TAO_IOP::TAO_IOR_Property_ptr p ) { @@ -631,14 +631,14 @@ TAO::Objref_Traits::release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Property_ptr -TAO::Objref_Traits::nil (void) +TAO::Objref_Traits::tao_nil (void) { return TAO_IOP::TAO_IOR_Property::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits::marshal ( +TAO::Objref_Traits::tao_marshal ( TAO_IOP::TAO_IOR_Property_ptr p, TAO_OutputCDR & cdr ) @@ -758,7 +758,7 @@ TAO_IOP::TAO_IOR_Property::marshal (TAO_OutputCDR &) ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Manipulation_ptr -TAO::Objref_Traits::duplicate ( +TAO::Objref_Traits::tao_duplicate ( TAO_IOP::TAO_IOR_Manipulation_ptr p ) { @@ -767,7 +767,7 @@ TAO::Objref_Traits::duplicate ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION void -TAO::Objref_Traits::release ( +TAO::Objref_Traits::tao_release ( TAO_IOP::TAO_IOR_Manipulation_ptr p ) { @@ -776,14 +776,14 @@ TAO::Objref_Traits::release ( ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION TAO_IOP::TAO_IOR_Manipulation_ptr -TAO::Objref_Traits::nil (void) +TAO::Objref_Traits::tao_nil (void) { return TAO_IOP::TAO_IOR_Manipulation::_nil (); } ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION CORBA::Boolean -TAO::Objref_Traits::marshal ( +TAO::Objref_Traits::tao_marshal ( TAO_IOP::TAO_IOR_Manipulation_ptr p, TAO_OutputCDR & cdr ) @@ -1207,3 +1207,4 @@ CORBA::Boolean operator>> ( > #endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ + -- cgit v1.2.1