summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.i
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-24 17:09:17 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-24 17:09:17 +0000
commit0282c9f60b3a3fd0d91770b23e75b4a77a1a91f4 (patch)
tree41acd1258f728435deeee5fe95329486c0830fa9 /TAO/tao/MProfile.i
parent63f36ec7298bb69975291ea76c9ba927e3448bc3 (diff)
downloadATCD-0282c9f60b3a3fd0d91770b23e75b4a77a1a91f4.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/MProfile.i')
-rw-r--r--TAO/tao/MProfile.i18
1 files changed, 10 insertions, 8 deletions
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