summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTTask/FTTask.cidl
blob: 6a7b56b08dbea94155bb8994dafcdb257dfdc42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#include "FTTask.idl"

composition session FTTask_Impl
{
  home executor FTTaskHome_Exec
  {
    implements DeCoRAM::FTTaskHome;
    manages DeCoRAMProvider_Exec;
  };
};