summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl b/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
deleted file mode 100644
index 62092c9e958..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-/**
- * @file Events.idl
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * Tests implied IDL for event types.
- */
-
-#include <Components.idl>
-
-module ImpliedEvent
-{
- eventtype foo
- {
- };
- /*
- interface test_foo
- {
- fooConsumer test_op ();
- };
- */
-};