summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 16:44:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 16:44:04 +0000
commit1e42e2bbfe01459be76c417b4bb8b83136eb18a2 (patch)
tree507fe62693d220f72486db7b70e0be4a8b66ddd8
parent43f7edd1ee5f9a923a9dce9073894d80284ec143 (diff)
downloadATCD-1e42e2bbfe01459be76c417b4bb8b83136eb18a2.tar.gz
ChangeLogTag: Tue Feb 20 10:25:37 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp6
1 files changed, 3 insertions, 3 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 22e214db04a..e0c0a335aca 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -297,7 +297,7 @@ be_visitor_operation_ss::visit_operation (be_operation *node)
*os << "_tao_vfr.receive_request (&ri, ACE_TRY_ENV);" << be_nl
<< "ACE_TRY_CHECK;" << be_nl;
- *os << "\n#endif /* TAO_HAS_INTERCEPTORS */";
+ *os << "\n#endif /* TAO_HAS_INTERCEPTORS */\n";
// Make the upcall and assign to the return val.
ctx = *this->ctx_;
@@ -315,7 +315,7 @@ be_visitor_operation_ss::visit_operation (be_operation *node)
}
// Make the upcall.
- *os << "\n" << be_nl
+ *os << be_nl
<< "_tao_impl->" << node->local_name () << " (" << be_idt << be_idt_nl;
ctx = *this->ctx_;
ctx.state (TAO_CodeGen::TAO_OPERATION_ARG_UPCALL_SS);
@@ -373,7 +373,7 @@ be_visitor_operation_ss::visit_operation (be_operation *node)
ctx.state (TAO_CodeGen::TAO_OPERATION_RETTYPE_OTHERS);
visitor = tao_cg->make_visitor (&ctx);
- os->indent ();
+// os->indent ();
if ((!visitor) || (bt->accept (visitor) == -1))
{