summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/Progressive.idl
blob: 9fa3b45150ddcb7d09aca0832900564762bd44ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef SIMPLE_USER_IDL
#define SIMPLE_USER_IDL

#include "SimpleCommon.idl"
#include "Components.idl"

module Simple
{
  component Progressive
  {
    uses Trigger trig_out;
    provides Trigger trig_in;
  };

  home ProgressiveHome manages Progressive
  {
  };
};

#endif /*SIMPLE_USER_IDL*/