summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-15 05:11:59 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-15 05:11:59 +0000
commit79371e450d14595a7ff5ddfdd851435f5ecfdebc (patch)
tree5ed6c07a2dcec96c1ecce05cf6fd1c3ffcfc9c13
parent21cf39a2813f154be1f7b6eb2ae73faa6ad28806 (diff)
downloadATCD-79371e450d14595a7ff5ddfdd851435f5ecfdebc.tar.gz
ChangeLogTag: Mon Feb 14 23:05:55 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4b4bfdee44a..dc68b7771a5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -77,7 +77,8 @@ Mon Feb 14 23:05:55 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
- Changed error checking to allow a struct/union/sequence/array
defined inside an interface to contain that interface
as a member or element type, that is, this is no longer
- regarded by the IDL compiler as illegal recursion.
+ regarded by the IDL compiler as illegal recursion. Thanks to
+ Don Sharp <dws@prismtech.com> for bringing this up.
- Fixed bug that aborted the IDL compiler when an eventtype
contained a constant declaration. Thanks to Steven Baker
@@ -85,8 +86,8 @@ Mon Feb 14 23:05:55 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/IDL_Test/interface.idl:
- Expanded sample IDL file sent in by Steven Baker in the
- last list item above and added it to the test suite.
+ Expanded sample IDL file sent in by Don Sharp in the
+ second list item above and added it to the test suite.
* TAO_IDL/be/be_visitor_eventtype.cpp:
* TAO_IDL/be/be_visitor_eventtype_fwd.cpp: