summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl')
-rw-r--r--TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl b/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl
deleted file mode 100644
index e5ec2552762..00000000000
--- a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.idl
+++ /dev/null
@@ -1,34 +0,0 @@
-// $Id$
-
-/**
- * @file RateGen.idl
- *
- * Definition of the RateGen (a rate generator) component.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef RATEGEN_IDL
-#define RATEGEN_IDL
-
-#include "../HUDisplay.idl"
-
-module HUDisplay
-{
- component RateGen supports opmode
- {
- publishes tick Pulse;
-
- /// The attribute can be configured via the home or the
- /// component property file.
- attribute long hertz;
- };
-
- home RateGenHome manages RateGen
- {
- // Explicit operations
- factory new_RateGen (in long hertz);
- };
-};
-
-#endif /* RATEGEN_IDL */