summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl b/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl
deleted file mode 100644
index 7cfb0d8ceed..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-// $Id$
-
-/**
- * @file ControllerEI.idl
- *
- * Definition of the Controller component implementation.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef CONTROLLEREI_IDL
-#define CONTROLLEREI_IDL
-
-#include "ControllerE.idl"
-
-module Priority_Test
-{
- /**
- * @interface Controller_Exec
- *
- * The actually Controller executor inherits from
- * CCM_Controller as a monolithic implementation.
- */
- local interface Controller_Exec :
- CCM_Controller,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* CONTROLLEREI_IDL */