summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
index 711b4abb1b0..d2c9175b538 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
@@ -45,8 +45,8 @@ int be_visitor_operation_proxy_impl_xh::visit_operation (be_operation *node)
*os << this->ctx_->port_prefix ().c_str ()
<< node->local_name () << " (" << be_idt_nl
<< "TAO_Abstract_ServantBase *servant, "
- << "TAO::Argument **args, "
- << "int num_args);" << be_uidt_nl;
+ << "TAO::Argument **args);"
+ << be_uidt_nl;
return 0;
}