summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UAV/UAVEI.idl
blob: 1e25507a41c8bd591c8a9d919618e93b32f2c01a (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 UAVEI.idl
 *
 * Definition of the UAV component implementation.
 *
 * @author George Edwards <g.edwards@vanderbilt.edu>
 */

#ifndef CIAO_UAVI_IDL
#define CIAO_UAVI_IDL

#include "UAVE.idl"

module BBN_UAV
{
  /**
   * @interface UAV_Exec
   *
   */
  local interface UAV_Exec :
    CCM_UAV,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_UAVI_IDL*/