diff options
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl')
-rw-r--r-- | CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl b/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl index 578efbed7e4..25abe6983ff 100644 --- a/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl +++ b/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl @@ -13,21 +13,21 @@ module ImpliedSources eventtype foo_event { }; - + eventtype bar_event { }; - + component Foo { publishes foo_event p_foo; }; - + component Bar { emits bar_event e_bar; }; - /* + /* interface test { ImpliedSources::FooEventConsumers::foo_eventConsumer test_op (); |