summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-01 16:33:34 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-01 16:33:34 +0000
commit03f64d17ffd3d90ef45de94f60d3047670493d1a (patch)
tree7ed0d94a40d018dda7a1031475cdaed4e6ba0e10 /TAO/TAO_IDL/be_include/be_helper.h
parent5d8843de220963f285cf2458d143c05e544dea4c (diff)
downloadATCD-03f64d17ffd3d90ef45de94f60d3047670493d1a.tar.gz
ChangeLogTag: Fri Jul 1 11:33:12 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index 07866fa960a..8e837510db3 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -141,7 +141,8 @@ public:
// "printf" style variable argument print
int gen_ifdef_macro (const char *flat_name,
- const char *suffix = 0);
+ const char *suffix = 0,
+ bool add_stream_type_suffix = true);
// generate a #if !defined, #defined macro
int gen_endif (void);