summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient.idl
blob: 0ad5bbe749430a1820d817bfed804346c6e3770e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#include <Components.idl>

module DeCoRAM
{
  component FTClient
  {
    attribute double period;
    attribute double execution_time;
    attribute unsigned long priority;
    attribute string server_ior;
  };

  home FTClientHome manages FTClient
  {
  };
};