summaryrefslogtreecommitdiff
path: root/Controller/EUCON/EUCON_Controller.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'Controller/EUCON/EUCON_Controller.cidl')
-rw-r--r--Controller/EUCON/EUCON_Controller.cidl33
1 files changed, 0 insertions, 33 deletions
diff --git a/Controller/EUCON/EUCON_Controller.cidl b/Controller/EUCON/EUCON_Controller.cidl
deleted file mode 100644
index 9e11e004af8..00000000000
--- a/Controller/EUCON/EUCON_Controller.cidl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-#ifndef RACE_EUCON_CONTROLLER_CIDL
-#define RACE_EUCON_CONTROLLER_CIDL
-
-/*
- * @file EUCON_Controller.cidl
- *
- * @brief This file contains the EUCON Controller component implementation
- * defination.
- */
-
-#include "EUCON_Controller.idl"
-
-module CIAO
-{
- module RACE
- {
- module Controller
- {
- composition session EUCON_Controller_Impl
- {
- home executor EUCON_Controller_Home_Exec
- {
- implements EUCON_Controller_Home;
- manages EUCON_Controller_Exec;
- };
- };
- };
- };
-};
-
-
-#endif /* RACE_EUCON_CONTROLLER_CIDL */