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