summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-16 18:50:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-16 18:50:07 +0000
commite4a5d0294113b23d37fb3cfa69df6ecdf0c2bc53 (patch)
tree16eee7842b481756abfc3f617bf0651f09060d29 /TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
parentd71ba95566174c692334bd2462313d02e69ca1df (diff)
downloadATCD-e4a5d0294113b23d37fb3cfa69df6ecdf0c2bc53.tar.gz
Sat Jan 16 18:48:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
Merged revision 88565-88579 from idl3_plus_backend2 to svn head Fri Jan 15 20:31:51 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/include/idl_global.h: * TAO_IDL/be/be_visitor_tmpl_module_inst.cpp: * TAO_IDL/be/be_visitor_context.cpp: * TAO_IDL/be/be_visitor_reifying.cpp: * TAO_IDL/be_include/be_visitor_context.h: * TAO_IDL/be_include/be_visitor_reifying.h: * TAO_IDL/util/utl_global.cpp: * TAO_IDL/util/utl_scope.cpp: - Removed the template module instantation scope storage in the visitor context, using instead the global scope stack for that purpose. - Modified reifying visitor to find and store a node already created in a template module instantiation, if the corresponding node is referenced in the template module. Fri Jan 15 15:31:56 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: Reverted a small change made yesterday where the generation of a double colon was prefixed to a name that is not global.
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
index 9abdc784085..3c87b11f6f6 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
@@ -109,7 +109,7 @@ be_visitor_valuetype_ch::visit_valuetype (be_valuetype *node)
}
// Dump the scoped name.
- *os << "public virtual ::";
+ *os << "public virtual ";
*os << inherited->nested_type_name (scope);
} // end of for loop
}