summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Threading/Component2/Component2.idl
blob: ff5136873312b399d359e3c57e136b9d3a76b0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

/**
 * @file Component2.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT2_IDL_
#define COMPONENT2_IDL_

#include "Base/Threading.idl"

module Threading
{
  component Component2
  {
    provides interface_2 prov_interface_2;
    uses interface_1 use_interface_1;
  };
};

#endif /* COMPONENT2_IDL_ */