summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl b/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl
deleted file mode 100644
index 94e705e3c2d..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/Controller.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-/**
- * @file Controller.idl
- *
- * Definition of an Controller component that triggers a worker
- * connecting to it to do some work.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef CONTROLLER_IDL
-#define CONTROLLER_IDL
-
-#include "../Priority_Test.idl"
-
-module Priority_Test
-{
- component Controller supports Op_Mode
- {
- uses Common_Ops worker;
- };
-
- home ControllerHome manages Controller
- {
- };
-};
-
-#endif /* CONTROLLER_IDL */