From b0338d16d9ea08e53ede4bd926987737bc5ee672 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Feb 2010 13:25:59 +0000 Subject: Tue Feb 9 13:25:17 UTC 2010 Johnny Willemsen * 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 --- CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CIAO/tests') 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 Ast_Inst; +/* +Jeff, this causes a crash of TAO_IDL +module N +{ + interface A { + void do_something (in T arg); + }; +}; + +native NAT; +module N N_NAT; +*/ -- cgit v1.2.1