summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CCF/Test/CIDL/Compiler/test.cidl
blob: 349712a18dfbe0a749107420e68374badf9b7182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : CCF/Test/CIDL/Compiler/test.cidl
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

component C
{
};

home H manages C
{
};

composition session SC
{
  home executor H_Exec
  {
    implements H;
    manages C_Exec;
  };
};