summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3755_Ext_Regression/common.h
blob: 35f2803c2fec6466715dc42e9920c33fce7621c9 (plain)
1
2
3
4
5
6
7
8
#include "ace/ace_wchar.h"

#define FIRST_ORB_NAME "first_orb"
#define SECOND_ORB_NAME "second_orb"

typedef int (*orbs_check_callback)();

int do_main (int argc, ACE_TCHAR *argv[], orbs_check_callback check);