summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl')
-rw-r--r--CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl b/CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl
deleted file mode 100644
index a95918e6595..00000000000
--- a/CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-/**
- * @file BMClosedEDEI.idl
- *
- * Definition of the GPS component implementation.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef CIAO_BMCLOSEDEDI_IDL
-#define CIAO_BMCLOSEDEDI_IDL
-
-#include "BMClosedEDE.idl"
-
-module BasicSP
-{
- /**
- * @interface BMClosedED_Exec
- *
- * The actually GPS executor inherits from both CCM_GPS and
- * CCM_position interfaces as a monolithic implementation.
- */
- local interface BMClosedED_Exec :
- CCM_BMClosedED,
- CCM_ReadData,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* CIAO_BMCLOSEDEDI_IDL*/