diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-29 19:52:51 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-29 19:52:51 +0000 |
commit | ee276cdb86cd0b34fa055e7bedcc804c5005e5f4 (patch) | |
tree | 48b1353711f9b6621e236dd479af393b36abbf44 /TAO | |
parent | 208d1b4157f13866ba242faa4d76dd7c2854c293 (diff) | |
download | ATCD-ee276cdb86cd0b34fa055e7bedcc804c5005e5f4.tar.gz |
* TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
For the generated GIOP request header response flag
value for twoway requests, changed the hard-coded
'131' value to the constant TAO_TWOWAY_RESPONSE_FLAG
defined in corbafwd.h by Bala.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index aeaae6ddeb4..a1383fe63c1 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Sat Apr 29 14:51:39 2000 Jeff Parsons <parsons@cs.wustl.edu> + + * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: + For the generated GIOP request header response flag + value for twoway requests, changed the hard-coded + '131' value to the constant TAO_TWOWAY_RESPONSE_FLAG + defined in corbafwd.h by Bala. + Sat Apr 29 14:16:40 2000 Balachandran Natarajan <bala@cs.wustl.edu> * tao/GIOP_Message_Accept_State.cpp: |