From ea4bd2c669909d300834aa0465365b3072b6254e Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Thu, 15 Mar 2001 11:25:06 +0000 Subject: new --- idlc/test/exception.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 idlc/test/exception.idl (limited to 'idlc/test/exception.idl') diff --git a/idlc/test/exception.idl b/idlc/test/exception.idl new file mode 100644 index 000000000000..b53d1dbe74fd --- /dev/null +++ b/idlc/test/exception.idl @@ -0,0 +1,20 @@ +module idlc +{ +module test +{ + +exception BaseException +{ + string Description; +}; + +exception RuntimeException : BaseException +{ + long Id; + type Context; +}; + + +}; +}; + -- cgit