summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/Worker/Worker.idl
blob: 295a0e60fc975765ad0669b865ad8f78e586c0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "orbsvcs/orbsvcs/LWFT/ReplicatedApplication.idl"

module DeCoRAM
{
  interface Worker : ReplicatedApplication
  {
    unsigned long run_task (in double execution_time);

    void stop ();
  };
};