summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl b/CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl
deleted file mode 100644
index 01d41895a3a..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-/**
- * @file ICEventSink.idl
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * Tests implied idl features of event sinks
- */
-
-#include <Components.idl>
-
-module ImpliedEventSink
-{
- eventtype foo_event
- {
- };
-
- component Foo
- {
- consumes foo_event foo;
- };
- /*
- interface test
- {
- ImpliedEventSink::FooEventConsumers::foo_eventConsumer test_a ();
- };
- */
-};