summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-23 09:30:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-23 09:30:26 +0000
commit32abf7fb846217253e5b85dee505643754dfaec5 (patch)
treeff4968629613bd483cc6ee573f31a9b6b77df96b /TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
parent54ab6dbdf9875cca3663ceb7fb2332dbd8117cbc (diff)
downloadATCD-32abf7fb846217253e5b85dee505643754dfaec5.tar.gz
Wed Dec 23 09:31:42 UTC 2009 Johnny Willemsen <jwillemsen {at} remedy.nl>
* TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp: Small code layout improvement
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
index 744c4e4af82..857f14ec7f9 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
@@ -418,8 +418,10 @@ be_visitor_operation_upcall_command_ss::gen_upcall (be_operation * node)
<< "dynamic_cast<TAO::ExceptionHolder *> (arg_" << index
<< ");" << be_uidt_nl
<< "if (tao_excepholder != 0)" << be_idt_nl
+ << "{" << be_idt_nl
<< "tao_excepholder->set_exception_data "
"(_tao_" << op_name << "_exceptiondata, " << exceptions_count << ");" << be_uidt_nl
+ << "}" << be_uidt_nl
<< be_nl;
}