summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl b/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl
deleted file mode 100644
index b30f3994117..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/Worker.cidl
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$ -*- IDL -*-
-
-#include "Worker.idl"
-
-composition session Worker_Impl
-{
- home executor WorkerHome_exec
- {
- implements Priority_Test::WorkerHome;
- manages Worker_exec;
- };
-};