summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-09 19:36:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-09 19:36:50 +0000
commit6118630eae17a1ded49f8107b26b408e8217c087 (patch)
treee5f608616712a68933adbb358377cf2b947b465e
parent032098897c13c8b87f8a915f0e97ce21ffd60d29 (diff)
downloadATCD-6118630eae17a1ded49f8107b26b408e8217c087.tar.gz
* TAO_IDL/be/be_decl.cpp:
Changed the order of member initialization to match the order of declaration.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4697ac02f68..2fd1f3629bb 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Wed Jan 9 13:36:14 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_decl.cpp:
+
+ Changed the order of member initialization to match the
+ order of declaration.
+
Wed Jan 9 11:39:02 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: