summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl')
-rw-r--r--trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl21
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl b/trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl
new file mode 100644
index 00000000000..349712a18df
--- /dev/null
+++ b/trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl
@@ -0,0 +1,21 @@
+// file : CCF/Test/CIDL/Compiler/test.cidl
+// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+// cvs-id : $Id$
+
+component C
+{
+};
+
+home H manages C
+{
+};
+
+composition session SC
+{
+ home executor H_Exec
+ {
+ implements H;
+ manages C_Exec;
+ };
+};
+