summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 15:33:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 15:33:07 +0000
commit751a7945ffb299daf4c49ed0160dd14dda8ffb43 (patch)
tree7d48d8c39fd19ce4655c4a3753b9d790b9e2097e /TAO/TAO_IDL/be/be_visitor_operation
parent192be0ddf36c8b1e29dcaacdfb2df3ecc7d43574 (diff)
downloadATCD-751a7945ffb299daf4c49ed0160dd14dda8ffb43.tar.gz
ChangeLogTag: Mon Nov 22 09:29:54 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp4
1 files changed, 2 insertions, 2 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 0205df86918..070e579765b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -573,8 +573,8 @@ be_visitor_operation_ss::gen_pre_skel_info (be_operation *node)
this->has_param_type (node, AST_Argument::dir_INOUT))
{
// Instantiate a TAO_InputCDR variable.
- os->indent ();
- *os << "TAO_InputCDR &_tao_in = _tao_server_request.incoming ();\n";
+ *os << "TAO_InputCDR &_tao_in = _tao_server_request.incoming ();"
+ << be_nl;
}
return 0;