summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-19 18:46:43 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-19 18:46:43 +0000
commitae156b43cc8e158a6134c733778f32030dd465cf (patch)
tree2688db4b35f83ffb8195e5691f59df62a2bf07fa
parentae351ece30f87ef895c43941ec010f2f55f2be8b (diff)
downloadATCD-ae156b43cc8e158a6134c733778f32030dd465cf.tar.gz
The constructor tao specific members had names which
were there in other idl files, so changed that to be unique
-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