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
blobf1d2209841966b7a7e46ae51a8f4b60c6b88e244
1 #ifndef common_h
2 #define common_h
4 #include "tao/ORB.h"
6 CORBA::ORB_ptr initialize_orb_and_poa(int & argc, ACE_TCHAR * argv[]);
7 void report_exception();
9 #endif // common_h