summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-02-09 13:25:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-02-09 13:25:59 +0000
commitb0338d16d9ea08e53ede4bd926987737bc5ee672 (patch)
tree81d2174421d78887521ecd6cc02566a6d27e9834 /CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
parentcf3d720db530607a8654a810461bd45ca4aa1749 (diff)
downloadATCD-b0338d16d9ea08e53ede4bd926987737bc5ee672.tar.gz
Tue Feb 9 13:25:17 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Valuetype_Factories/Cookies.h: Layout change * tests/IDL_Test/IDL3_Plus/KitchenSink.idl: Added commented out example using native that causes tao_idl to crash
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 5ecc80f8259..0394aede487 100644
--- a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
+++ b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
@@ -248,3 +248,15 @@ module Ast<iface,
101>
Ast_Inst;
+/*
+Jeff, this causes a crash of TAO_IDL
+module N <typename T>
+{
+ interface A {
+ void do_something (in T arg);
+ };
+};
+
+native NAT;
+module N <NAT> N_NAT;
+*/