summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Test/CIDL/Compiler/test.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/Test/CIDL/Compiler/test.cidl')
-rw-r--r--CIAO/CCF/Test/CIDL/Compiler/test.cidl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/CCF/Test/CIDL/Compiler/test.cidl b/CIAO/CCF/Test/CIDL/Compiler/test.cidl
deleted file mode 100644
index 349712a18df..00000000000
--- a/CIAO/CCF/Test/CIDL/Compiler/test.cidl
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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;
- };
-};
-