summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl
index 08baec86e3f..48177109a59 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.idl
+++ b/TAO/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 foo;
};
-
+
component Bar
{
emits bar_event bar;
};
- /*
+ /*
interface test
{
ImpliedSources::FooEventConsumers::foo_eventConsumer test_op ();