summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/EC/ECEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/BasicSP/EC/ECEI.idl')
-rw-r--r--CIAO/examples/BasicSP/EC/ECEI.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/CIAO/examples/BasicSP/EC/ECEI.idl b/CIAO/examples/BasicSP/EC/ECEI.idl
deleted file mode 100644
index 9b48d5c74dd..00000000000
--- a/CIAO/examples/BasicSP/EC/ECEI.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-// $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 */