summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl')
-rw-r--r--trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl b/trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
new file mode 100644
index 00000000000..4f76953e24c
--- /dev/null
+++ b/trunk/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
@@ -0,0 +1,7 @@
+// $Id$
+#ifndef FOOEXCEPTION_IDL
+#define FOOEXCEPTION_IDL
+
+exception FooException {};
+
+#endif