summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/Controllers/ControllerEI.idl
blob: 7cfb0d8ceed61b2090554f53145c10a5d94170bc (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 ControllerEI.idl
 *
 * Definition of the Controller component implementation.
 *
 * @author Nanbor Wang <nanbor@cs.wustl.edu>
 */

#ifndef CONTROLLEREI_IDL
#define CONTROLLEREI_IDL

#include "ControllerE.idl"

module Priority_Test
{
  /**
   * @interface Controller_Exec
   *
   * The actually Controller executor inherits from
   * CCM_Controller as a monolithic implementation.
   */
  local interface Controller_Exec :
    CCM_Controller,
    Components::SessionComponent
  {
  };

};

#endif /* CONTROLLEREI_IDL */