From 5887ef610b39c7d78a908200c53e8423ac61482d Mon Sep 17 00:00:00 2001 From: kirthika Date: Wed, 12 Jul 2000 00:27:10 +0000 Subject: retval was not right --- TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp index 661db61d067..65478cf19cd 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp @@ -251,7 +251,7 @@ be_visitor_operation_ss::visit_operation (be_operation *node) // make the upcall and assign to the return val ctx = *this->ctx_; - ctx.state (TAO_CodeGen::TAO_OPERATION_RETVAL_ASSIGN_SS); + ctx.state (TAO_CodeGen::TAO_OPERATION_RETVAL_INVOKE_CS); visitor = tao_cg->make_visitor (&ctx); if (!visitor || (bt->accept (visitor) == -1)) { -- cgit v1.2.1