summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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