Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / IDLv4 / annotations / be_global.cpp
blob6ded8148d59a84f989926753f91dfca56cdb596d
1 #include "be_global.h"
2 #include "be_util.h"
3 #include "ast_generator.h"
4 #include "global_extern.h"
5 #include "idl_defines.h"
6 #include "utl_err.h"
7 #include "utl_string.h"
9 #include "ace/OS_NS_strings.h"
10 #include "ace/OS_NS_sys_stat.h"
11 #include "ace/ARGV.h"
13 BE_GlobalData *be_global = 0;
15 BE_GlobalData::BE_GlobalData ()
19 void
20 BE_GlobalData::destroy ()
24 ACE_CString
25 BE_GlobalData::spawn_options ()
27 return idl_global->idl_flags ();
30 void
31 BE_GlobalData::parse_args (long &i, char **av)
33 ACE_ERROR ((LM_ERROR,
34 ACE_TEXT ("IDL: I don't understand the '%C' option\n"),
35 av[i]
36 ));
37 idl_global->parse_args_exit (1);