diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-11-18 07:41:16 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-11-18 07:41:16 +0000 |
commit | fe358ef4827dd7ba63313777ef55bde19ebc8ed6 (patch) | |
tree | f28f8a91ff7e1be7b92b9f2c9da079f8b5af6270 /TAO | |
parent | efea428d6cd6323d4b0d76e47cf2235ebf55af1b (diff) | |
download | ATCD-fe358ef4827dd7ba63313777ef55bde19ebc8ed6.tar.gz |
fixed handling of return values
CVS:
CVS:
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-98c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index e00f0ea3272..349cc1167ce 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,12 @@ +Tue Nov 18 01:37:42 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu> + + * TAO_IDL/be/{be_operation.cpp,be_state_operation}.cpp: We now + properly handle the declaration and assigining to the return + value. + + * TAO_IDL/be/be_state_argument.cpp: Removed a spurious () + appearing after a function call. + Mon Nov 17 23:33:38 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu> * TAO_IDL/be/{be_structure,be_union}.cpp: Carlos had removed the @@ -60,9 +69,9 @@ Mon Nov 17 20:05:40 1997 Chris Cleeland <cleeland@cs.wustl.edu> Mon Nov 17 20:05:16 1997 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu> - * arg_shifter.cpp: - fixed a bug where in new, gcc used the address of an integer - reference rather than its value. weird. + * arg_shifter.cpp: + fixed a bug where in new, gcc used the address of an integer + reference rather than its value. weird. * tao/orb_core.cpp: Modified the init routine to "consume" command line arguments it |