summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl')
-rw-r--r--TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl b/TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl
deleted file mode 100644
index 00c01bbb39e..00000000000
--- a/TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl
+++ /dev/null
@@ -1,31 +0,0 @@
-// $Id$
-
-/**
- * @file RateGenEI.idl
- *
- * Definition of the RateGen (a rate generator) component implementation.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef RATEGENEI_IDL
-#define RATEGENEI_IDL
-
-#include "RateGenE.idl"
-
-module HUDisplay
-{
- /**
- * @interface RateGen_Exec
- *
- * The actually RateGen executor need to support
- * Components::SessionComponent interface. Therefore, we need to
- * define the component executor interface explicitly here.
- */
- local interface RateGen_Exec : CCM_RateGen, Components::SessionComponent
- {
- };
-
-};
-
-#endif /* RATEGENEI_IDL */