summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/BasicSP/EC/ECEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/BasicSP/EC/ECEI.idl')
-rw-r--r--modules/CIAO/examples/BasicSP/EC/ECEI.idl32
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/CIAO/examples/BasicSP/EC/ECEI.idl b/modules/CIAO/examples/BasicSP/EC/ECEI.idl
new file mode 100644
index 00000000000..9b48d5c74dd
--- /dev/null
+++ b/modules/CIAO/examples/BasicSP/EC/ECEI.idl
@@ -0,0 +1,32 @@
+// $Id$
+
+//=============================================================================
+/**
+ * @file ECEI.idl
+ *
+ *
+ * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
+ */
+//=============================================================================
+#ifndef CIAO_ECEI_IDL
+#define CIAO_ECEI_IDL
+
+#include "ECE.idl"
+
+module BasicSP
+{
+ /**
+ * @interface EC_Exec
+ *
+ * The actually EC executor need to support
+ * Components::SessionComponent interface. Therefore, we need to
+ * define the component executor interface explicitly here.
+ */
+ local interface EC_Exec : CCM_EC,
+ Components::SessionComponent
+ {
+ };
+
+};
+
+#endif /* RATEGENEI_IDL */