summaryrefslogtreecommitdiff
path: root/modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig')
-rw-r--r--modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig b/modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig
new file mode 100644
index 00000000000..6ba766db738
--- /dev/null
+++ b/modules/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig
@@ -0,0 +1,14 @@
+component C
+{
+};
+home H manages ::C
+{
+};
+composition session SC
+{
+ home executor H_Exec
+ {
+ implements ::H;
+ manages C_Exec;
+ };
+};