summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2503_Regression/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2503_Regression/common.h')
-rw-r--r--TAO/tests/Bug_2503_Regression/common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2503_Regression/common.h b/TAO/tests/Bug_2503_Regression/common.h
new file mode 100644
index 00000000000..f4c08c7035f
--- /dev/null
+++ b/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, char * argv[]);
+void report_exception();
+
+#endif // common_h
+