summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTComponents/Worker.idl
blob: 0d3af16e3b7c06b2aa3cb304569f8929123caf33 (plain)
1
2
3
4
5
6
7
module DeCoRAM
{
  interface Worker
  {
    void run_task (in double execution_time);
  };
};