summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGenEI.idl
blob: 00c01bbb39e337e7ed3387ef7ff485e897017efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// $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 */