summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/BMDevice/BMDeviceEI.idl
blob: 18a4ad9eaa4f8e8260a9de87de9d4431302276e6 (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
// $Id$
//=============================================================================
/**
 * @file BMDeviceEI.idl
 *
 * Definition of the BMDevice component implementation.
 *
 * @author Nanbor Wang <nanbor@cs.wustl.edu>
 */
//=============================================================================
#ifndef CIAO_BMDEVICEEI_IDL
#define CIAO_BMDEVICEEI_IDL

#include "BMDeviceE.idl"

module BasicSP
{
  /**
   * @interface BMDevice_Exec
   */
  local interface BMDevice_Exec :
    CCM_BMDevice,
    CCM_ReadData,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_BMDEVICEEI_IDL */