diff options
author | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-16 02:26:26 +0000 |
---|---|---|
committer | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-16 02:26:26 +0000 |
commit | 29ec5de74d4284feb168b77f6b761a5669f7ae63 (patch) | |
tree | ca6766de4dbb3c30debdc1ce440461d5bed4afda /TAO | |
parent | 9f8ddee3bbb9de8faa23cccd20f585d9949d4f7a (diff) | |
download | ATCD-29ec5de74d4284feb168b77f6b761a5669f7ae63.tar.gz |
log
CVS:
CVS:
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-98c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 14d76658ef6..87cf9b1d14e 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -13,7 +13,7 @@ Sat Nov 15 18:03:39 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> Sat Nov 15 17:33:15 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> - * TAO_IDL/be/be_operation.cpp: + * TAO_IDL/be/be_operation.cpp: Fixed typo in generated code: s/_tao_enviroment/_tao_environment/ @@ -41,11 +41,14 @@ Sat Nov 15 17:33:15 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> Sat Nov 15 12:32:37 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu> + * TAO_IDL/be: Split be_state.cpp into a number of files based on + the IDL types, e.g., be_state_struct.cpp, be_state_union.cpp, ... + * TAO_IDL/be/be_typedef.cpp: Added code to generate the typecode structure for typedefs. These use the tk_alias kind field. * TAO_IDL/be/{be_union,be_state}.cpp: Improvements to union with - string members. However, this is still incomplete and the will be + string members. However, this is still incomplete and will be done by the next couple of commits. * tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp: Removed the ACE_DEBUG |