summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/RateGen/RateGen.cidl
blob: 2af0e155a8452bec96f232f22c514f63ebdc595f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$  -*- IDL -*-

#ifndef RATEGEN_CIDL
#define RATEGEN_CIDL

#include "RateGen.idl"

composition session RateGen_Impl
{
  home executor RateGenHome_exec
    {
      implements HUDisplay::RateGenHome;
      manages RateGen_exec;
    };
};

#endif /* RATEGEN_CIDL */