diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-25 16:16:40 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-25 16:16:40 +0000 |
commit | c7acd0e9fc7ae6e83664ca0022ee1e58d798954d (patch) | |
tree | 466b91722cb0255dd94012e34da0d957c7ac1e2f | |
parent | 2484b4d1d12c7f5e2ccb96af98fe460588d4b3a1 (diff) | |
download | ATCD-c7acd0e9fc7ae6e83664ca0022ee1e58d798954d.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/ChangeLog | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 2796f68fdbe..1c90255bea9 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -466,8 +466,8 @@ Wed Sep 25 11:12:59 2002 Jeff Parsons <parsons@cs.wustl.edu> * TAO_IDL/util/utl_global.cpp: * TAO_IDL/util/utl_scope.cpp: - -- Modified files to complete the support of CORBA Components and related - types in the IDL compiler. + -- Modified files to complete the support of CORBA Components + and related types in the IDL compiler. -- Fixed a bug in the redefinition of forward declared structs and unions. Thanks to Ken Sedgwick <ken@xvros.org> for sending in the @@ -476,8 +476,8 @@ Wed Sep 25 11:12:59 2002 Jeff Parsons <parsons@cs.wustl.edu> -- Changed addition of newlines to generated code to make it more consistent and readable. - -- Added file and line number annotation to generated code wherever it - was found to be missing. + -- Added file and line number annotation to generated code + wherever it was found to be missing. -- Fixed several bugs in the code generation for valuetypes. @@ -488,11 +488,12 @@ Wed Sep 25 11:12:59 2002 Jeff Parsons <parsons@cs.wustl.edu> Wed Sep 25 11:07:21 2002 Jeff Parsons <parsons@cs.wustl.edu> - * tao/TypeCodeFactory_Adapter.cpp: + * tao/TypeCodeFactory_Adapter.cpp: * tao/IFR_Client_Adapter.cpp: - Replaced an #include whose removal was causing build errors on LynxOS and SunCC. - Thanks to Craig Rodrigues <crodrigu@bbn.com> for pointing it out. + Replaced an #include whose removal was causing build errors on + LynxOS and SunCC. Thanks to Craig Rodrigues <crodrigu@bbn.com> + for pointing it out. Wed Sep 25 13:15:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> |