summaryrefslogtreecommitdiff
path: root/TAO_IDL/be_include/be_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be_include/be_util.h')
-rw-r--r--TAO_IDL/be_include/be_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO_IDL/be_include/be_util.h b/TAO_IDL/be_include/be_util.h
index e5a4933f3f6..26f05ee0bd7 100644
--- a/TAO_IDL/be_include/be_util.h
+++ b/TAO_IDL/be_include/be_util.h
@@ -21,6 +21,7 @@
class TAO_OutStream;
class be_module;
+class be_type;
class AST_Decl;
class AST_Generator;
@@ -63,6 +64,9 @@ public:
/// Called from various places.
static const char *
get_output_path (bool for_anyop, bool for_skel);
+
+ // Called by each node upon construction.
+ static void set_arg_seen_bit (be_type *);
};
#endif // if !defined