diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-30 21:05:43 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-30 21:05:43 +0000 |
commit | 7e6688998f12a1acbbcd60987edada3d9d39dece (patch) | |
tree | 06db4c0790f0312963ba8e05f069640f8b3e7a5d /TAO | |
parent | b54284b9ffef36173b002052071a72c020cf06b3 (diff) | |
download | ATCD-7e6688998f12a1acbbcd60987edada3d9d39dece.tar.gz |
* TAO_IDL/ast/ast_interface.cpp:
* TAO_IDL/fe/fe_interface_header.cpp:
Modified redefinition of forward declared interface
to handle the case where an interface is defined in
a reopening of the module where it is forward declared,
then referenced in a different module. Thanks to
Vsevolod Novikov <novikov@df.nnov.rfnet.ru> for reporting
this bug and sending in an example IDL file.
* tests/IDL_Test/reopened_modules.idl:
Added the above example to IDL_Test.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index f5f6a726689..02b54d90304 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,19 @@ +Mon Oct 30 15:00:30 2000 Jeff Parsons <parsons@cs.wustl.edu> + + * TAO_IDL/ast/ast_interface.cpp: + * TAO_IDL/fe/fe_interface_header.cpp: + + Modified redefinition of forward declared interface + to handle the case where an interface is defined in + a reopening of the module where it is forward declared, + then referenced in a different module. Thanks to + Vsevolod Novikov <novikov@df.nnov.rfnet.ru> for reporting + this bug and sending in an example IDL file. + + * tests/IDL_Test/reopened_modules.idl: + + Added the above example to IDL_Test. + Mon Oct 30 12:04:18 2000 Carlos O'Ryan <coryan@uci.edu> * examples/Simple/time-date/Makefile: |