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

#ifndef UCAV_CIDL
#define UCAV_CIDL

#include "UCAV.idl"

composition session UCAV_Impl
{
  home executor UCAVHome_Exec
  {
    implements BBN_UAV::UCAVHome;
    manages UCAV_Exec;
  };
};

#endif /* UCAV_CIDL */