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 "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3755_Ext_Regression
/
common.h
blob
35f2803c2fec6466715dc42e9920c33fce7621c9
1
#include
"ace/ace_wchar.h"
2
3
#define FIRST_ORB_NAME
"first_orb"
4
#define SECOND_ORB_NAME
"second_orb"
5
6
typedef
int
(*
orbs_check_callback
)();
7
8
int
do_main
(
int
argc
,
ACE_TCHAR
*
argv
[],
orbs_check_callback check
);