summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2503_Regression/common.h
blob: f4c08c7035fc810bf9da90631413c052a505217f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef common_h
#define common_h

#include "tao/ORB.h"

CORBA::ORB_ptr initialize_orb_and_poa(int & argc, char * argv[]);
void report_exception();

#endif // common_h