From ab6c4c4699b53565286db450629c2b5e2a448310 Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 5 Sep 2000 16:30:15 +0000 Subject: ChangeLogTag: Tue Sep 5 11:26:56 2000 Balachandran Natarajan --- TAO/ChangeLogs/ChangeLog-02a | 7 +++++++ TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp | 6 ++++++ 2 files changed, 13 insertions(+) (limited to 'TAO') diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 2f1ab2811b9..dc77fcbfa93 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Tue Sep 5 11:26:56 2000 Balachandran Natarajan + + * be/be_visitor_operation/operation_cs.cpp: Added a line in the + generated code to reset the reply_received field in the + Invocation class. This was added on but seem to have dissappeared in between. + Tue Sep 5 10:51:53 2000 Chad Elliott * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Read.cpp diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp index b405dc1a7c8..70760239b1c 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp @@ -457,6 +457,12 @@ be_visitor_operation_cs::gen_marshal_and_invoke (be_operation *node, << "for (;;)" << be_nl << "{" << be_idt_nl; + if (node->flags () != AST_Operation::OP_oneway) + { + *os << be_nl; + *os << "_tao_call.reset_reply_received();\n"; + } + *os << "_tao_call.start (ACE_TRY_ENV);\n"; // check if there is an exception if (this->gen_check_interceptor_exception (bt) == -1) -- cgit v1.2.1