summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl b/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl
deleted file mode 100644
index 4f1a5b4a5bf..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-/**
- * @file Worker.idl
- *
- * Definition of a Worker component that does some work. This work
- * can be either compute-bound or I/O-bound.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef WORKER_IDL
-#define WORKER_IDL
-
-#include "../Priority_Test.idl"
-
-module Priority_Test
-{
- component Worker
- {
- provides Common_Ops some_device;
- };
-
- home WorkerHome manages Worker
- {
- };
-};
-
-#endif /* WORKER_IDL */