Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / IDLv4 / annotations / be_util.h
blob001cdffddee429f64729f7ea7af0f81c1d62a5e5
1 #ifndef ANNOTEST_IDL_BE_UTIL_HEADER
2 #define ANNOTEST_IDL_BE_UTIL_HEADER
4 class TAO_OutStream;
5 class be_module;
6 class AST_Decl;
7 class AST_Generator;
9 class be_util
11 public:
12 /// Special BE arg call factored out of DRV_args.
13 static void prep_be_arg (char *s);
15 /// Checks made after parsing args.
16 static void arg_post_proc ();
18 /// Display usage of BE-specific options.
19 static void usage ();
21 /// Create an AST node generator.
22 static AST_Generator *generator_init ();
25 #endif