summaryrefslogtreecommitdiff
path: root/examples/E2E_Task/Subtask/Subtask.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/E2E_Task/Subtask/Subtask.cidl')
-rw-r--r--examples/E2E_Task/Subtask/Subtask.cidl23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/E2E_Task/Subtask/Subtask.cidl b/examples/E2E_Task/Subtask/Subtask.cidl
deleted file mode 100644
index c27278e1a82..00000000000
--- a/examples/E2E_Task/Subtask/Subtask.cidl
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef SUBTASK_CIDL
-#define SUBTASK_CIDL
-
-#include "Subtask.idl"
-
-module CIAO
-{
- module RACE
- {
- composition session Subtask
- {
- home executor Subtask_Factory_Exec
- {
- implements Subtask_Factory;
-
- manages Subtask_Exec;
- };
- };
-
- };
-};
-
-#endif /* SUBTASK_CIDL */