From 4148de3e33759609383d4ff14fb7569f327c235c Mon Sep 17 00:00:00 2001 From: gokhale Date: Mon, 5 Oct 1998 14:50:03 +0000 Subject: *** empty log message *** --- TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'TAO/TAO_IDL/be') 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 e750776e110..45cf92e0a74 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp @@ -254,18 +254,6 @@ be_visitor_operation_ss::visit_operation (be_operation *node) return 0; } - // @@ TODO this may be different when we complete support for native - // C++ exceptions. - *os << "if (_tao_skel_environment.exception () != 0)" << be_idt_nl - << "{" << be_idt_nl - << "_tao_environment.exception " - << "(_tao_skel_environment.exception ());" << be_uidt_nl - << "}" << be_uidt << "\n\n"; - if (this->gen_check_exception (bt, "_tao_environment") == -1) - ACE_ERROR_RETURN ((LM_ERROR, - "(%N:%l) be_visitor_operation_ss::visit_operation" - " - error on gen_check_exception\n"), -1); - // marshal outgoing parameters if (this->gen_marshal_params (node, bt) == -1) { -- cgit v1.2.1