1 #include "tao/Version.h"
2 #include "ace/Log_Msg.h"
4 #include "global_extern.h"
5 #include "idl_version.h"
6 #include "drv_extern.h"
10 void annotation_tests ();
16 ACE_TEXT ("annotest_idl version ") ACE_TEXT (TAO_VERSION
)
21 BE_init (int &, ACE_TCHAR
*[])
23 ACE_NEW_RETURN (be_global
, BE_GlobalData
, -1);
26 idl_global
->default_idl_version_
= IDL_VERSION_4
;
28 // Disable Trying to Parse File Arguments and creating File Output
29 idl_global
->ignore_files_
= true;
35 BE_post_init (char *[], long)