summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/ProcessColocation.idl
blob: 6c38a2dd8f0d98ad22a2c420924cc6b2b102f5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#include <Components.idl>

module Simple
{
  component ProcessColocation
  {
    attribute string process_name;
  };
  
  home ProcessColocationHome manages ProcessColocation
  {
  };
};