Merge pull request #2306 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / IDLv4 / annotations / be_global.h
blob3f98e13e94db0c186d8607142ca8fcb4a84957f8
1 #ifndef ANNOTEST_IDL_BE_GLOBAL_HEADER
2 #define ANNOTEST_IDL_BE_GLOBAL_HEADER
4 #include "ace/SString.h"
6 class BE_GlobalData {
7 public:
8 BE_GlobalData ();
10 void destroy ();
12 /**
13 * Spawn Command Line Options
15 ACE_CString spawn_options ();
17 /**
18 * Parse an argument that the frontend did not recognize.
20 void parse_args (long &i, char **av);
23 #endif