summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2503_Regression/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_2503_Regression/common.h')
-rw-r--r--ACE/TAO/tests/Bug_2503_Regression/common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_2503_Regression/common.h b/ACE/TAO/tests/Bug_2503_Regression/common.h
new file mode 100644
index 00000000000..923e7825b38
--- /dev/null
+++ b/ACE/TAO/tests/Bug_2503_Regression/common.h
@@ -0,0 +1,12 @@
+// $Id$
+
+#ifndef common_h
+#define common_h
+
+#include "tao/ORB.h"
+
+CORBA::ORB_ptr initialize_orb_and_poa(int & argc, ACE_TCHAR * argv[]);
+void report_exception();
+
+#endif // common_h
+