summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 23:54:30 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-13 23:54:30 +0000
commit357f3547ed8bc51c70bdfdccedc2e7341776bd2a (patch)
treed7add967d0f444c9b81fc42cbe15b6971008ebc7
parente21df550b3fbe72be25682d897796547c93a192d (diff)
downloadATCD-357f3547ed8bc51c70bdfdccedc2e7341776bd2a.tar.gz
changed INFO_ARGLIST_SS back from ARG_UPCALL_SS
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp9
1 files changed, 2 insertions, 7 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 12f043d67ef..91391a39c83 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -238,8 +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_ARG_UPCALL_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))
@@ -252,11 +252,6 @@ be_visitor_operation_ss::visit_operation (be_operation *node)
-1);
}
delete visitor;
-
- // generate the CORBA::Environment parameter for the alternative mapping
- if (!idl_global->exception_support ())
- *os << ",\n";
-
*os << ");\n";
*os << "if (_tao_vfr.valid ())" << be_idt_nl