summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Controller/Component/Controller.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Controller/Component/Controller.cidl')
-rw-r--r--CIAO/RACE/Controller/Component/Controller.cidl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/RACE/Controller/Component/Controller.cidl b/CIAO/RACE/Controller/Component/Controller.cidl
deleted file mode 100644
index 0122563c69a..00000000000
--- a/CIAO/RACE/Controller/Component/Controller.cidl
+++ /dev/null
@@ -1,28 +0,0 @@
-// $Id$
-#ifndef RACE_CONTROLLER_CIDL
-#define RACE_CONTROLLER_CIDL
-
-/*
- * @file Controller.cidl
- * @brief This file contains the Controller component implementation defination.
- */
-
-#include "Controller.idl"
-
-module CIAO
-{
- module RACE
- {
- composition session Controller_Impl
- {
- home executor Controller_Home_Exec
- {
- implements Controller_Home;
- manages Controller_Exec;
- };
- };
- };
-};
-
-
-#endif /* RACE_CONTROLLER_CIDL */