summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl')
-rw-r--r--CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl b/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
deleted file mode 100644
index 3c50f4acdd2..00000000000
--- a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// file : CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-module Empty
-{
- interface I
- {
- };
-};
-
-module M
-{
- interface I {};
-
- typedef I Internal;
-
- //local interface CCM_I : I {};
-};
-
-eventtype E {};