repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
IDLv4
/
annotations
/
be_produce.cpp
blob
fc34f55a20a20bb456b4ed78eeb68e3f943db5d2
1
#include
"global_extern.h"
2
#include
"be_extern.h"
3
4
void
5
BE_cleanup
()
6
{
7
idl_global
->
destroy
();
8
}
9
10
void
11
BE_abort
()
12
{
13
ACE_ERROR
((
LM_ERROR
,
ACE_TEXT
(
"Fatal Error - Aborting
\n
"
)));
14
BE_cleanup
();
15
ACE_OS
::
exit
(
1
);
16
}
17
18
void
19
BE_produce
()
20
{
21
}