// $Id$ /** * @file Events.idl * @author Will Otte * * Tests implied IDL for event types. */ #include module ImpliedEvent { eventtype foo { }; /* interface test_foo { fooConsumer test_op (); }; */ };