summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-12 22:13:31 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-12 22:13:31 +0000
commit1ef7d2621a5dcb2666df5bc5ae072ad9b3eac16e (patch)
tree60f87aaf8fc8965ba87872856c3b7341b1914e34 /TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
parent3260fcee365ec15c83601e1a811d74f05087cbe7 (diff)
downloadATCD-1ef7d2621a5dcb2666df5bc5ae072ad9b3eac16e.tar.gz
ChangeLogTag: Fri Aug 12 22:13:15 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
index bede4e3c1a0..5988f4c0049 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
@@ -52,7 +52,7 @@ be_visitor_operation_arglist::visit_operation (be_operation *node)
{
case TAO_CodeGen::TAO_OPERATION_ARGLIST_PROXY_IMPL_XH:
case TAO_CodeGen::TAO_OPERATION_ARGLIST_PROXY_IMPL_XS:
- *os << "CORBA::Object *_collocated_tao_target_";
+ *os << "::CORBA::Object *_collocated_tao_target_";
if (node->argument_count () > 0)
{