summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-19 18:49:20 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-19 18:49:20 +0000
commitd4300052fc62df8684162eeb2af6182c8030b87c (patch)
tree38d989035643a03cd43c26f6771df18101a14d3f
parentde50dfe0f4574e0d85f29a49d8cb4a68390f8e75 (diff)
downloadATCD-d4300052fc62df8684162eeb2af6182c8030b87c.tar.gz
Name clashing resolved of RequestInfo constructors
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp4
1 files 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