summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Threading/Component2/Component2.idl
blob: ac3a324da85a3253c3383261c5486de29c8e2469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * @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_ */