summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Threading/Component1/Component1.idl
blob: 002ca8e7b54c7c9bcfdfef714a4d742d18c345ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file Component1.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT1_IDL_
#define COMPONENT1_IDL_

#include "Base/Threading.idl"

module Threading
{
  component Component1
  {
    provides interface_1 prov_interface_1;

    uses interface_2 use_interface_2;
  };
};

#endif /* COMPONENT1_IDL_ */