// $Id$ /** * @file ICEventSink.idl * @author Will Otte * * Tests implied idl features of event sinks */ #include module ImpliedEventSink { eventtype foo_event { }; component Foo { consumes foo_event foo; }; /* interface test { ImpliedEventSink::FooEventConsumers::foo_eventConsumer test_a (); }; */ };