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

#ifndef CIAO_BATTLEI_IDL
#define CIAO_BATTLEI_IDL

#include "BattleE.idl"

module BBN_UAV
{
  /**
   * @interface Battle_Exec
   *
   */
  local interface Battle_Exec :
    CCM_Battle,
    Components::SessionComponent
  {
  };

};

#endif /* CIAO_BATTLEI_IDL*/