summaryrefslogtreecommitdiff
path: root/CIAO/examples/space/Comm/Comm_Component.cidl
blob: a966eb535d462e254ce1360be068e7634d065f6c (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 _COMM_COMPONENT_CIDL_
#define _COMM_COMPONENT_CIDL_

#include "Comm_Component.idl"

composition session Comm_Component
{
  home executor Comm_Component_Factory_Exec
  {
    implements SPACE::Comm_Component_Factory;
    manages Comm_Component_Exec;
  };
};

#endif  // !defined _COMM_COMPONENT_CIDL_