From 0282c9f60b3a3fd0d91770b23e75b4a77a1a91f4 Mon Sep 17 00:00:00 2001 From: fredk Date: Wed, 24 Feb 1999 17:09:17 +0000 Subject: *** empty log message *** --- TAO/tao/MProfile.i | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'TAO/tao/MProfile.i') diff --git a/TAO/tao/MProfile.i b/TAO/tao/MProfile.i index f4261233185..88cbf1c9879 100644 --- a/TAO/tao/MProfile.i +++ b/TAO/tao/MProfile.i @@ -6,7 +6,7 @@ ACE_INLINE TAO_MProfile::TAO_MProfile (CORBA::ULong sz) - : fwded_mprofile_(0), + : forward_from_(0), pfiles_ (0), current_ (0), size_ (0), @@ -17,7 +17,7 @@ TAO_MProfile::TAO_MProfile (CORBA::ULong sz) ACE_INLINE TAO_MProfile::TAO_MProfile (TAO_MProfile *mprofiles) - : fwded_mprofile_(0), + : forward_from_(0), pfiles_ (0), current_ (0), size_ (0), @@ -159,16 +159,18 @@ TAO_MProfile::give_profile (TAO_Profile *pfile) return last_ - 1; } -ACE_INLINE void -TAO_MProfile::fwded_mprofile (TAO_MProfile *fwded) +ACE_INLINE +void +TAO_MProfile::forward_from (TAO_MProfile *from) { - this->fwded_mprofile_ = fwded; + this->forward_from_ = from; } -ACE_INLINE TAO_MProfile * -TAO_MProfile::fwded_mprofile (void) +ACE_INLINE +TAO_MProfile * +TAO_MProfile::forward_from (void) { - return this->fwded_mprofile_; + return this->forward_from_; } ACE_INLINE CORBA::ULong -- cgit v1.2.1