summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-21 22:41:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-21 22:41:23 +0000
commitafd3024e1bea027bc86bd4538ec70e6db5e441f1 (patch)
tree135e64034d369b65a608cbeb02dcd86714028ae7
parent696bc5b536e164c921f15247f8ec4bedfa4f7601 (diff)
downloadATCD-afd3024e1bea027bc86bd4538ec70e6db5e441f1.tar.gz
Mon Feb 21 10:59:00 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_generator.cpp: * TAO_IDL/include.utl_scope.h: * TAO_IDL/util/utl_scope.cpp: In create_module(), the check for a reopened module now includes a check for whether a previous module found with the scope iterator is from an included file or not. Previously, the node from the included file would be returned, and therefore no code would be generated for it. Also added code to add the included module's members to the reopened module, and removed an unused member from class UTL_Scope. Thanks to Lothar Werzinger <werzinger.lothar@krones.de> for reporting this bug. Also, a small change to lookup_by_name_local in utl_scope.cpp fixed a bug reported by Jonathan Reis <reis@stentorsoft.com>. This closes out bugzilla bug #449.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c85a0c8a02c..7bca3654f21 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -21,6 +21,7 @@ Mon Feb 21 10:59:00 2000 Jeff Parsons <parsons@cs.wustl.edu>
Also, a small change to lookup_by_name_local in utl_scope.cpp
fixed a bug reported by Jonathan Reis <reis@stentorsoft.com>.
+ This closes out bugzilla bug #449.
Sun Feb 20 23:43:22 2000 Darrell Brunsch <brunsch@uci.edu>
@@ -149,7 +150,8 @@ Fri Feb 18 19:05:11 2000 Jeff Parsons <parsons@cs.wustl.edu>
Added command line option -Sc to suppress generation
of tie classes and *S_T.* files. A question about this
was sent in by Alex Hornby <alex@anvil.co.uk>, which
- prompted the implementation.
+ prompted the implementation. This closes out bugzilla
+ bug #443.
Fri Feb 18 13:53:43 2000 Carlos O'Ryan <coryan@cs.wustl.edu>