summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/LocalityManager/CPUAffinity/CPUAffinity.idl
blob: 27d2d122435cf5413fc3427a83109484ba42dffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef COMMAND_LINE_PASSAGE_IDL_
#define COMMAND_LINE_PASSAGE_IDL_

#include  <Components.idl>

module cpuaffinity
{
  component A
  {
    attribute long cpu_affinity;
  };
};
#endif