From b86b4b557bfc8c4a5cfcddc30066a840da352b6c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 28 Feb 2007 10:06:24 +0000 Subject: Wed Feb 28 10:05:12 UTC 2007 Johnny Willemsen --- TAO/tao/AnyTypeCode/Union_TypeCode.cpp | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'TAO/tao/AnyTypeCode/Union_TypeCode.cpp') diff --git a/TAO/tao/AnyTypeCode/Union_TypeCode.cpp b/TAO/tao/AnyTypeCode/Union_TypeCode.cpp index 2fce66b9143..61ab8093785 100644 --- a/TAO/tao/AnyTypeCode/Union_TypeCode.cpp +++ b/TAO/tao/AnyTypeCode/Union_TypeCode.cpp @@ -264,8 +264,7 @@ TAO::TypeCode::Union::id_i ( - void) const + RefCountPolicy>::id_i (void) const { // Ownership is retained by the TypeCode, as required by the C++ // mapping. @@ -309,8 +307,7 @@ char const * TAO::TypeCode::Union::name_i ( - void) const + RefCountPolicy>::name_i (void) const { // Ownership is retained by the TypeCode, as required by the C++ // mapping. @@ -339,8 +336,7 @@ char const * TAO::TypeCode::Union::member_name_i (CORBA::ULong index - ) const + RefCountPolicy>::member_name_i (CORBA::ULong index) const { // Ownership is retained by the TypeCode, as required by the C++ // mapping. @@ -358,8 +354,7 @@ CORBA::TypeCode_ptr TAO::TypeCode::Union::member_type_i (CORBA::ULong index - ) const + RefCountPolicy>::member_type_i (CORBA::ULong index) const { if (index >= this->ncases_) throw ::CORBA::TypeCode::Bounds (); @@ -413,8 +408,7 @@ CORBA::TypeCode_ptr TAO::TypeCode::Union::discriminator_type_i ( - void) const + RefCountPolicy>::discriminator_type_i (void) const { return CORBA::TypeCode::_duplicate ( @@ -429,8 +423,7 @@ CORBA::Long TAO::TypeCode::Union::default_index_i ( - void) const + RefCountPolicy>::default_index_i (void) const { return this->default_index_; } -- cgit v1.2.1