summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 01:04:39 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 01:04:39 +0000
commitdb90904d379061dfd3497398d15012888a68e1fd (patch)
tree6f0e7a82eaad0ca4b7db51cbe20320a85118addd
parent5887ef610b39c7d78a908200c53e8423ac61482d (diff)
downloadATCD-db90904d379061dfd3497398d15012888a68e1fd.tar.gz
for oneways break wasnt happening at the rigth spot
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
index 0ad2a0ffc13..cb150e6233a 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
@@ -742,9 +742,10 @@ be_visitor_operation_cs::gen_marshal_and_invoke (be_operation *node,
-1);
}
- os->indent ();
- *os << "break;" << be_nl;
+
} // End of if its not a oneway operation
+ os->indent ();
+ *os << "break;" << be_nl;
*os << be_uidt_nl << "}\n";
// Generate exception occurred interceptor code
*os << "#if (TAO_HAS_INTERCEPTORS == 1)" << be_nl