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

#include "test-2.idl"

module M3
{
  composition session Impl
  {
    home executor HImpl
    {
      implements M2::H2;
      manages CImpl;
    };
  };
};