summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_codegen.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-29 12:52:13 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-29 12:52:13 +0000
commit81880503000153b64b4f0ee3ee4018b54220ba38 (patch)
treec7e6c002eef4e633f0f6af28d87ff7f146c6c53e /modules/TAO/TAO_IDL/be_include/be_codegen.h
parent5428ca2afc9c5afc5c3fb61c272e39eff53ad6c2 (diff)
downloadATCD-81880503000153b64b4f0ee3ee4018b54220ba38.tar.gz
ChangeLogTag: Thu Oct 29 12:50:35 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>idl3_plus_v2
Diffstat (limited to 'modules/TAO/TAO_IDL/be_include/be_codegen.h')
-rw-r--r--modules/TAO/TAO_IDL/be_include/be_codegen.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/TAO/TAO_IDL/be_include/be_codegen.h b/modules/TAO/TAO_IDL/be_include/be_codegen.h
index 2917397aba4..f939a1763ad 100644
--- a/modules/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/modules/TAO/TAO_IDL/be_include/be_codegen.h
@@ -416,6 +416,12 @@ public:
void gen_export_files (void);
// Generates the export files selected on the command line.
+ void gen_standard_include (TAO_OutStream *stream,
+ const char *included_file,
+ bool add_comment = false);
+ // Generate file include, with optional empty comment to
+ // short-circuit DOxygen.
+
void destroy (void);
// Cleanup.
@@ -425,10 +431,6 @@ private:
const char *prefix,
const char *suffix);
- void gen_standard_include (TAO_OutStream *stream,
- const char *included_file,
- bool add_comment = false);
-
/// Utility methods for generating file includes.
void gen_stub_hdr_includes (void);
void gen_stub_src_includes (void);