summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-29 04:10:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-29 04:10:17 +0000
commitd99acbbade46bc70d406c72529145b8a8490b40a (patch)
treebcc9b228f294747a3ab3e14ef422a7d99be57acb /TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
parent768bcd1b5af3d8fc1546e48dca2975fc143d4db0 (diff)
downloadATCD-d99acbbade46bc70d406c72529145b8a8490b40a.tar.gz
ChangeLogTag: Tue Dec 29 04:07:06 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
index 11580d1c82c..e72f7fe5669 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
@@ -517,6 +517,9 @@ be_visitor_valuetype_cs::gen_ostream_operator_r (be_valuetype *node,
ACE_CString instance_name ("this->");
instance_name += f->local_name ()->get_string ();
- f->gen_member_ostream_operator (os, instance_name.c_str (), true);
+ f->gen_member_ostream_operator (os,
+ instance_name.c_str (),
+ false,
+ true);
}
}