summaryrefslogtreecommitdiff
path: root/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl')
-rw-r--r--CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl33
1 files changed, 33 insertions, 0 deletions
diff --git a/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl b/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
new file mode 100644
index 00000000000..d219d91fbb4
--- /dev/null
+++ b/CIAO/tests/RTCCM/Priority_Test/Workers/WorkerEI.idl
@@ -0,0 +1,33 @@
+// $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 */