summaryrefslogtreecommitdiff
path: root/idlc/test/exception.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-28 20:57:40 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-28 20:57:40 +0100
commit2716f7dce26f16a2b677c178aa7d01cea096ae47 (patch)
tree9e9f67205cd5b72f1031721273e1534a3a1e5b0f /idlc/test/exception.idl
parent10ac9e750447fd57e3cef7993b0ad6c6538d6269 (diff)
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'idlc/test/exception.idl')
-rw-r--r--idlc/test/exception.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/idlc/test/exception.idl b/idlc/test/exception.idl
deleted file mode 100644
index d52730168..000000000
--- a/idlc/test/exception.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-module idlc
-{
-module test
-{
-
-exception BaseException
-{
- string Description;
-};
-
-exception RuntimeException : BaseException
-{
- long Id;
- type Context;
-};
-
-
-};
-};
-