summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FaultTolerance-Deployments/Components/SimpleFT.idl
blob: ced46cf9224302e75c8b5fb25a2afe8e3970531e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#include <Components.idl>
#include "Test.idl"

module Simple
{
  component SimpleFT supports test
  {
    attribute string object_id;
    attribute double load;
    attribute short  role;
  };

  home SimpleFTHome manages SimpleFT
  {
  };
};