summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl')
-rw-r--r--CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl b/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
deleted file mode 100644
index 0a437cb0320..00000000000
--- a/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#include <Components.idl>
-#include "test-0.idl"
-
-module M1
-{
- interface Blah;
- interface Fool {};
-
- component C1
- {
- provides M::I i;
- readonly attribute long l;
- };
-
- home H1 manages C1
- {
- attribute M::I i;
- };
-};