From 748930ecfcd70f749d3716fbef11b46e87aaa742 Mon Sep 17 00:00:00 2001 From: kirthika Date: Thu, 13 Jul 2000 23:34:35 +0000 Subject: INFO_ARGLIST_SS was changed to ARG_UPCALL_SS state --- TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 3 ++- 1 file changed, 2 insertions(+), 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 8958b4d4997..a4000cd47a5 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp @@ -238,7 +238,8 @@ be_visitor_operation_ss::visit_operation (be_operation *node) // Generate the formal argument fields which are passed to the RequestInfo object ctx = *this->ctx_; - ctx.state (TAO_CodeGen::TAO_OPERATION_INTERCEPTORS_INFO_ARGLIST_SS); + // ctx.state (TAO_CodeGen::TAO_OPERATION_INTERCEPTORS_INFO_ARGLIST_SS); + ctx.state (TAO_CodeGen::TAO_OPERATION_ARG_UPCALL_SS); visitor = tao_cg->make_visitor (&ctx); if ((!visitor) || (node->accept (visitor) == -1)) -- cgit v1.2.1