summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/RateGen/RateGen.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Display/RateGen/RateGen.idl')
-rw-r--r--CIAO/examples/Display/RateGen/RateGen.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/CIAO/examples/Display/RateGen/RateGen.idl b/CIAO/examples/Display/RateGen/RateGen.idl
deleted file mode 100644
index ef398f5df78..00000000000
--- a/CIAO/examples/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 "../Display_Base/Display_Base.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 */