summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-01 09:49:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-01 09:49:49 +0000
commit2891902f906e19d3e9ea40c6c63ae5e68135904f (patch)
tree86cf66baf7992341979e93f14a16fb50706c5830
parent2e49ce00ff28f1a16c6054a9a28287aea911243f (diff)
downloadATCD-2891902f906e19d3e9ea40c6c63ae5e68135904f.tar.gz
ChangeLogTag:Tue Mar 1 01:46:22 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_si.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_si.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_si.cpp
index 9eb1cf610bd..5bbea728b19 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_si.cpp
@@ -11,8 +11,8 @@
*/
//=============================================================================
-ACE_RCSID (be_visitor_interface,
- amh_si,
+ACE_RCSID (be_visitor_interface,
+ amh_si,
"$Id$")
be_visitor_amh_interface_si::be_visitor_amh_interface_si (
@@ -42,7 +42,7 @@ be_visitor_amh_interface_si::visit_interface (be_interface *node)
TAO_OutStream *os = this->ctx_->stream ();
- int status =
+ int status =
node->traverse_inheritance_graph (
be_visitor_amh_interface_si::gen_skel_helper,
os
@@ -212,10 +212,10 @@ be_visitor_amh_interface_si::gen_skel_helper (be_interface *derived,
<< ")" << be_uidt_nl
<< "{" << be_idt_nl;
- *os << ancestor_amh_name
- << "* const impl = static_cast<"
- << derived_amh_name
- << " *> (obj);" << be_nl;
+ *os << ancestor_amh_name
+ << "* const impl = static_cast<"
+ << derived_amh_name
+ << " *> (obj);" << be_nl;
*os << ancestor_amh_name
<< "::_set_" << d->local_name ()