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