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