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

/**
 * @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_ */