summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2000-06-11 18:05:25 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2000-06-11 18:05:25 +0000
commitb90c5bc74aaa19ac3777fe1ea0b65e719b011a01 (patch)
treea172422c59014c4dd65e767bb03e2c8a9347882b
parent8992db0082ef9b72686c5a4f99c29633fe2824d9 (diff)
downloadATCD-b90c5bc74aaa19ac3777fe1ea0b65e719b011a01.tar.gz
ChangeLogTag: Sun Jun 11 13:01:27 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/MProfile.i10
2 files changed, 13 insertions, 5 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 380ab8d2a84..510a388fc55 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sun Jun 11 13:01:27 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
+
+ * tao/MProfile.i
+
+ Fixed member initialization order in the constructor.
+
+ Added missing return type to method <give_profile>.
+
Sun Jun 11 01:45:10 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
* tao/MProfile.h
diff --git a/TAO/tao/MProfile.i b/TAO/tao/MProfile.i
index d0f8a2b002c..453830a3b85 100644
--- a/TAO/tao/MProfile.i
+++ b/TAO/tao/MProfile.i
@@ -3,8 +3,8 @@
ACE_INLINE
TAO_MProfile::TAO_MProfile (CORBA::ULong sz)
- : forward_from_(0),
- policy_list_ (0),
+ : policy_list_ (0),
+ forward_from_(0),
pfiles_ (0),
current_ (0),
size_ (0),
@@ -15,8 +15,8 @@ TAO_MProfile::TAO_MProfile (CORBA::ULong sz)
ACE_INLINE
TAO_MProfile::TAO_MProfile (const TAO_MProfile &mprofiles)
- : forward_from_(0),
- policy_list_ (0),
+ : policy_list_ (0),
+ forward_from_(0),
pfiles_ (0),
current_ (0),
size_ (0),
@@ -148,7 +148,7 @@ TAO_MProfile::rewind (void)
{
current_ = 0;
}
-
+ACE_INLINE int
TAO_MProfile::give_profile (TAO_Profile *pfile)
{
// skip by the used slots