summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-06 18:57:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-06 18:57:22 +0000
commit6f29619cd98ee94a45aba98903ba42bb7ce0989b (patch)
tree9be1b894dc0fbdedff7511f2adef593b9bf066a6 /TAO/tao/MProfile.h
parent2c7b68ad2c3780dc93f81b8495942ad91bc1ed06 (diff)
downloadATCD-6f29619cd98ee94a45aba98903ba42bb7ce0989b.tar.gz
.
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r--TAO/tao/MProfile.h24
1 files changed, 10 insertions, 14 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h
index 64e3385dd07..f96bced1cfa 100644
--- a/TAO/tao/MProfile.h
+++ b/TAO/tao/MProfile.h
@@ -98,11 +98,8 @@ public:
// this object assumes ownership of this profile!!
void forward_from (TAO_MProfile *mprofiles);
- // @@ Fred, can you please change the name of this method to
- // "forwarded_mprofile()"? In general, it's better to use complete
- // names.
- // Set a pointer to the MProfile whose 'current' TAO_Profile was forwarded
- // This object is the set of forwarding profiles.
+ // Set a pointer to the MProfile whose 'current' TAO_Profile was
+ // forwarded This object is the set of forwarding profiles.
TAO_MProfile *forward_from (void);
// Returns a pointer to the profile which was forwarded.
@@ -130,25 +127,24 @@ protected:
private:
TAO_MProfile *forward_from_;
- // Used for chaning references when the current profile is forwarded.
- // Note, this will only be valid for an MProfile which contains a list of
- // forward_profiles for some initial or base profile.
- // This is a backward reference to the profile list which received the
- // relocate message. The actual profile what was forwarded will be
- // forward_from_->get_current_profile ()
+ // Used for chaning references when the current profile is
+ // forwarded. Note, this will only be valid for an MProfile which
+ // contains a list of forward_profiles for some initial or base
+ // profile. This is a backward reference to the profile list which
+ // received the relocate message. The actual profile what was
+ // forwarded will be forward_from_->get_current_profile ()
TAO_Profile_ptr *pfiles_;
// Actual list of profiles.
TAO_PHandle current_;
- // Points to the next prfoile to be used.
- // 0 ... size_
+ // Points to the next profile to be used. 0 ... size_
TAO_PHandle size_;
// Max size of array
TAO_PHandle last_;
- // Index plus 1 of last valid entry! May be < size_
+ // Index plus 1 of last valid entry! May be < size_.
};
#if defined (__ACE_INLINE__)