summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl b/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
deleted file mode 100644
index d219d91fbb4..00000000000
--- a/TAO/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-/**
- * @file WorkerEI.idl
- *
- * Definition of the Worker component implementation.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef WORKEREI_IDL
-#define WORKEREI_IDL
-
-#include "WorkerE.idl"
-
-module Priority_Test
-{
- /**
- * @interface Worker_Exec
- *
- * The actually Worker executor inherits from both CCM_Worker and
- * CCM_position interfaces as a monolithic implementation.
- */
- local interface Worker_Exec :
- CCM_Worker,
- CCM_Common_Ops,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* WORKEREI_IDL */