summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 23:34:35 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 23:34:35 +0000
commit748930ecfcd70f749d3716fbef11b46e87aaa742 (patch)
treebe5d3413a9ba8bd7eb2616bb65d60a28dbd81775
parent616110d26b9e3fd078a92c9130370201328feb45 (diff)
downloadATCD-748930ecfcd70f749d3716fbef11b46e87aaa742.tar.gz
INFO_ARGLIST_SS was changed to ARG_UPCALL_SS state
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp3
1 files changed, 2 insertions, 1 deletions
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))