// $Id$ /** * @file ICBasic.idl * @author Will Otte * * Tests implied idl functionality of basic components. */ #include module Basic { component Foo { }; interface Bar { Foo test_op_1 (); void test_op_2 (in Foo f); void test_op_3 (out Foo f); }; };