summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/Null_Component.cidl
blob: 85c4d2188c363d5386fc982a10b27e9ccf187541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file Null_Component.cidl
 *
 * @author Abdul Sowayan <abdullah.sowayan@lmco.com>
 */

#ifndef NULL_COMPONENT_CIDL
#define NULL_COMPONENT_CIDL

#include "Null_Component.idl"

composition session Null_Component_Impl 
{
  home executor Null_Component_Home_Exec
  {
    implements Null_Component_Home;
    manages Null_Component_Exec;
  };
};

#endif /* NULL_COMPONENT_CIDL */