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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2503_Regression
/
common.h
blob
f1d2209841966b7a7e46ae51a8f4b60c6b88e244
1
#ifndef common_h
2
#define common_h
3
4
#include
"tao/ORB.h"
5
6
CORBA
::
ORB_ptr
initialize_orb_and_poa
(
int
&
argc
,
ACE_TCHAR
*
argv
[]);
7
void
report_exception
();
8
9
#endif
// common_h
10