summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 21:09:29 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 21:09:29 +0000
commitbe5ae6454c02f4c012b29a05ad8998658971ac5a (patch)
tree549522abb5f13ef66386e87dc9768851a2d59b1b
parentd1309d8f6a826cdb2673de5de5b3b0e13e930508 (diff)
downloadATCD-be5ae6454c02f4c012b29a05ad8998658971ac5a.tar.gz
had a wrong state for genaration of result updation
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp2
1 files changed, 1 insertions, 1 deletions
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 cb150e6233a..3d3c9c093fe 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
@@ -707,7 +707,7 @@ be_visitor_operation_cs::gen_marshal_and_invoke (be_operation *node,
*os << " ri.result (";
// get the return val
ctx = *this->ctx_;
- ctx.state (TAO_CodeGen::TAO_OPERATION_RETVAL_INVOKE_CS);
+ ctx.state (TAO_CodeGen::TAO_OPERATION_RETVAL_PRE_INVOKE_CS);
ctx.sub_state (TAO_CodeGen::TAO_CDR_INPUT);
visitor = tao_cg->make_visitor (&ctx);
if (!visitor || (node->accept (visitor) == -1))