summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp
index 15a729776bb..d64d72c3679 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp
@@ -114,9 +114,9 @@ be_visitor_operation_interceptors_ch::visit_operation (be_operation *node)
}
*os << " (" << be_idt_nl
- << "const char * operation,"<< be_nl
- << "IOP::ServiceContextList &service_context_list," << be_nl
- << "CORBA::Object * target" << be_uidt;
+ << "const char *_tao_operation,"<< be_nl
+ << "IOP::ServiceContextList &_tao_service_context_list," << be_nl
+ << "CORBA::Object *_tao_target" << be_uidt;
//generate the argument list with the appropriate mapping. For these
// we grab a visitor that generates the parameter listing