Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / IDLv4 / annotations / be_produce.cpp
blobfc34f55a20a20bb456b4ed78eeb68e3f943db5d2
1 #include "global_extern.h"
2 #include "be_extern.h"
4 void
5 BE_cleanup ()
7 idl_global->destroy();
10 void
11 BE_abort ()
13 ACE_ERROR ((LM_ERROR, ACE_TEXT ("Fatal Error - Aborting\n")));
14 BE_cleanup ();
15 ACE_OS::exit (1);
18 void
19 BE_produce()