From d4300052fc62df8684162eeb2af6182c8030b87c Mon Sep 17 00:00:00 2001 From: kirthika Date: Sat, 19 Aug 2000 18:49:20 +0000 Subject: Name clashing resolved of RequestInfo constructors --- TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp index 43f4efba4ce..750a8d37096 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp @@ -115,8 +115,8 @@ be_visitor_operation_interceptors_sh::visit_operation (be_operation *node) *os << " (" << be_idt_nl - << "const char * operation,"<< be_nl - << "IOP::ServiceContextList &service_context_list" << be_uidt; + << "const char * _tao_operation,"<< be_nl + << "IOP::ServiceContextList &_tao_service_context_list" << be_uidt; //generate the argument list with the appropriate mapping. For these // we grab a visitor that generates the parameter listing -- cgit v1.2.1