From 96827a81bdd2f396d6a38ee2b6636a5d7a90be14 Mon Sep 17 00:00:00 2001 From: kirthika Date: Wed, 26 Jul 2000 02:18:15 +0000 Subject: *** empty log message *** --- TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 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 ed20f429275..c1b9777a122 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp @@ -353,15 +353,17 @@ be_visitor_operation_ss::visit_operation (be_operation *node) || bt->base_node_type () == AST_Decl::NT_array) { *os << "_tao_retval._retn ();"; - *os << "#if (TAO_HAS_INTERCEPTORS == 1)" << be_nl; + *os << be_nl <<"#if (TAO_HAS_INTERCEPTORS == 1)" << be_nl; *os << be_nl << " ri.result (_tao_retval_info);" - << be_nl << "_tao_retval = _tao_retval_info;" <