summaryrefslogtreecommitdiff
path: root/trunk/CIAO/examples/BasicSP/BMDisplay/BMDisplayEI.idl
blob: 8a218debab1430df407c4796dc2ea0c1bf80aa1a (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 BMDisplayEI.idl
 *
 * Definition of the BMDisplay (navigation display) component
 * implementation.
 *
 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
 */
//===========================================================
#ifndef CIAO_BMDISPLAYEI_IDL
#define CIAO_BMDISPLAYEI_IDL

#include "BMDisplayE.idl"

module BasicSP
{
  /**
   * @interface BMDisplay_Exec
   *
   * The actually BMDisplay executor inherits from both CCM_BMDisplay
   * and session_component interfaces as a monolithic implementation.
   */
  local interface BMDisplay_Exec :
    CCM_BMDisplay,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_BMDISPLAYEI_IDL */