summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-07 21:25:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-07 21:25:50 +0000
commit8ed137f8f7517d69fb08dccf0b041a62c1610071 (patch)
tree6d6b37e1a8d487fa856191fc743b10c6a3513142 /TAO
parenta586f40700d5bf0ebc1503dd94cd5519ee09d5e6 (diff)
downloadATCD-8ed137f8f7517d69fb08dccf0b041a62c1610071.tar.gz
* TAO_IDL/ast/ast_exception.cpp:
* TAO_IDL/ast/ast_structure.cpp: Added base class constructor calls, not needed when traversing the be_<node> classes, which inherit from these and add to the hierarchy of constructor calls. * TAO_IDL/ast/ast_generator.cpp: Added code from be_generator::create_module to AST_Generator::create_module, so AST visitors will get reopened modules handled correctly.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 5210b5c7028..0e20570fec0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Tue Nov 7 15:19:03 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_exception.cpp:
+ * TAO_IDL/ast/ast_structure.cpp:
+
+ Added base class constructor calls, not needed when
+ traversing the be_<node> classes, which inherit from
+ these and add to the hierarchy of constructor calls.
+
+ * TAO_IDL/ast/ast_generator.cpp:
+
+ Added code from be_generator::create_module to
+ AST_Generator::create_module, so AST visitors will
+ get reopened modules handled correctly.
+
Tue Nov 7 12:27:34 2000 Darrell Brunsch <brunsch@uci.edu>
* orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: