summaryrefslogtreecommitdiff
path: root/modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl')
-rw-r--r--modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl b/modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
new file mode 100644
index 00000000000..0a437cb0320
--- /dev/null
+++ b/modules/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-1.idl
@@ -0,0 +1,23 @@
+// 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;
+ };
+};