summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_codegen.h
diff options
context:
space:
mode:
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);