summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 22:03:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 22:03:36 +0000
commit2ace386f619433969869403183155e082a539e35 (patch)
treeb3287f3aaa8e7ab74b0a488b7a578cd30e2844ba
parent71382c167b5ccd740aed2dad8a06d9ab9fc7f4f2 (diff)
downloadATCD-2ace386f619433969869403183155e082a539e35.tar.gz
* TAO_IDL/be/be_decl.cpp:
Added initialization of be_decl::has_constructor_ in the constructor. Must have neglected to check this file in with my original fix, and it broke IDL_Cubit. Thanks to David Levine for reporting the error so I could catch my oversight.
-rw-r--r--TAO/ChangeLog-99c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 43fc086df86..17c50bd22e7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,11 @@
+Wed Jul 21 16:59:07 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_decl.cpp:
+ Added initialization of be_decl::has_constructor_ in the constructor.
+ Must have neglected to check this file in with my original fix,
+ and it broke IDL_Cubit. Thanks to David Levine for reporting the
+ error so I could catch my oversight.
+
Wed Jul 21 16:06:38 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_array/array_ci.cpp: