summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-10-05 14:50:03 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-10-05 14:50:03 +0000
commit4148de3e33759609383d4ff14fb7569f327c235c (patch)
tree663714ca3dc480a5ce5fd2d88acb15ffe8b73450 /TAO/TAO_IDL/be
parent42565d682497dc01ae88afccc87d1c5bb32d9122 (diff)
downloadATCD-4148de3e33759609383d4ff14fb7569f327c235c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp12
1 files changed, 0 insertions, 12 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 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)
{