summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Ground/Ground_Component.cidl
blob: afdb1ac417cf3d2e36b4e4e88d4ba713882d0648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- CIDL -*-

// This file was generated by
// $Id$

#ifndef _GROUND_COMPONENT_CIDL_
#define _GROUND_COMPONENT_CIDL_

#include "Ground_Component.idl"

composition session Ground_Component
{
  home executor Ground_Station_Factory_Exec
  {
    implements SPACE::Ground_Station_Factory;
    manages Ground_Station_Exec;
  };
};

#endif  // !defined _GROUND_COMPONENT_CIDL_