summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
index 9dab904787e..64725506f46 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp
@@ -57,9 +57,9 @@ be_visitor_interface_fwd_ci::visit_interface_fwd (be_interface_fwd *node)
os->gen_ifdef_macro (node->flat_name (), "");
*os << "ACE_INLINE" << be_nl;
*os << node->name () << "::" << node->local_name () <<
- " (TAO_Stub *objref, TAO_ServantBase *_tao_servant, "
+ " (TAO_Stub *objref, "
<< "CORBA::Boolean _tao_collocated) // constructor" << be_nl;
- *os << " : CORBA_Object (objref, _tao_servant, _tao_collocated)"
+ *os << " : CORBA_Object (objref, _tao_collocated)"
<< be_nl;
*os << "{}" << be_nl;
os->gen_endif ();