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

#ifndef CIAO_UCAV_GSI_IDL
#define CIAO_UCAV_GSI_IDL

#include "UCAV_GSE.idl"

module BBN_UAV
{
  /**
   * @interface UCAV_GS_Exec
   *
   */
  local interface UCAV_GS_Exec :
    CCM_UCAV_GS,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_UCAV_GSI_IDL*/