summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 15:41:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 15:41:14 +0000
commitf44de9bdbee6349a61e93900f97ff6356499bbde (patch)
treefe7a9dff9c45d6955fc7b13293a772292f2d9648 /CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
parentc9ecc994a71ee7571ab2294c4387386b122c3d04 (diff)
downloadATCD-f44de9bdbee6349a61e93900f97ff6356499bbde.tar.gz
ChangeLogTag: Mon May 24 15:39:39 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl')
-rw-r--r--CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
index 8cbb28298b4..634540989ec 100644
--- a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
+++ b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
@@ -66,10 +66,22 @@ module A
module Nested<typename T, sequence <T> TSeq>
{
typedef short y;
+
+ abstract interface abs_XX
+ {
+ };
interface XX
{
};
+
+ // To make sure the overrides of _is_nil() and
+ // release() that we need for mixed parentage
+ // interfaces get generated when the template
+ // module is instantiated.
+ interface mixed_XX : abs_XX, XX
+ {
+ };
union Nested_Union switch (y)
{