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

#ifndef CIAO_UCAVI_IDL
#define CIAO_UCAVI_IDL

#include "UCAVE.idl"

module BBN_UAV
{
  /**
   * @interface UCAV_Exec
   *
   */
  local interface UCAV_Exec :
    CCM_UCAV,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_UCAVI_IDL*/