summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CCF/Test/CIDL/Compiler/result.cidl.orig
blob: 6ba766db738df6db1c7090878cf7b12b14eca9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
component C
{
};
home H manages ::C
{
};
composition session SC
{
  home executor H_Exec
  {
    implements ::H;
    manages C_Exec;
  };
};