summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Ground/Ground.cidl
blob: 388a5327c00c775ad08f45deaba2d6cdb44559a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//$Id$

#ifndef GROUND_CIDL
#define GROUND_CIDL

#include "Ground.idl"

composition session Ground_Impl
{
  home executor GroundHome_Exec
  {
    implements BBN_UAV::GroundHome;
    manages Ground_Exec;
  };
};

#endif /* GROUND_CIDL */