summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_util.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_util.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_util.h b/TAO/TAO_IDL/be_include/be_util.h
index 26f05ee0bd7..7152e910841 100644
--- a/TAO/TAO_IDL/be_include/be_util.h
+++ b/TAO/TAO_IDL/be_include/be_util.h
@@ -63,7 +63,14 @@ public:
/// Called from various places.
static const char *
- get_output_path (bool for_anyop, bool for_skel);
+ get_output_path (bool for_anyop, bool for_skel, bool for_exec);
+
+ static const char *
+ get_complete_file_name (bool for_exec);
+
+ /// Called from various places.
+ static bool
+ overwrite_ciao_exec_files (void);
// Called by each node upon construction.
static void set_arg_seen_bit (be_type *);