summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/BasicSP/BMClosedED/BMClosedEDEI.idl
blob: a95918e6595ff0d162a657ff8df77143ac0dc728 (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
32
33
// $Id$

/**
 * @file BMClosedEDEI.idl
 *
 * Definition of the GPS component implementation.
 *
 * @author Nanbor Wang <nanbor@cs.wustl.edu>
 */

#ifndef CIAO_BMCLOSEDEDI_IDL
#define CIAO_BMCLOSEDEDI_IDL

#include "BMClosedEDE.idl"

module BasicSP
{
  /**
   * @interface BMClosedED_Exec
   *
   * The actually GPS executor inherits from both CCM_GPS and
   * CCM_position interfaces as a monolithic implementation.
   */
  local interface BMClosedED_Exec :
    CCM_BMClosedED,
    CCM_ReadData,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_BMCLOSEDEDI_IDL*/