summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_union.h
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_include/be_union.h
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_include/be_union.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_union.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union.h b/TAO/TAO_IDL/be_include/be_union.h
index f57b86b3fa3..08f24c5c2f9 100644
--- a/TAO/TAO_IDL/be_include/be_union.h
+++ b/TAO/TAO_IDL/be_include/be_union.h
@@ -47,7 +47,8 @@ public:
virtual bool has_duplicate_case_labels (void);
// Do we have at least one member with multiple case labels?
- virtual void gen_ostream_operator (TAO_OutStream *os);
+ virtual void gen_ostream_operator (TAO_OutStream *os,
+ bool use_underscore);
// Overridden from class be_type.
virtual void destroy (void);