summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/EC/ECEI.idl
blob: 9b48d5c74ddf54c5c3f1f14b73f8481ba1f053c4 (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
// $Id$

//=============================================================================
/**
 * @file ECEI.idl
 *
 *
 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
 */
//=============================================================================
#ifndef CIAO_ECEI_IDL
#define CIAO_ECEI_IDL

#include "ECE.idl"

module BasicSP
{
  /**
   * @interface EC_Exec
   *
   * The actually EC executor need to support
   * Components::SessionComponent interface.  Therefore, we need to
   * define the component executor interface explicitly here.
   */
  local interface EC_Exec : CCM_EC,
    Components::SessionComponent
  {
  };

};

#endif /* RATEGENEI_IDL */