summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Lem_Pragma/C.idl
blob: d1817b0b0d422cb6881f79e61af04836b84e384f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#ifndef C_IDL
#define C_IDL

#include <Components.idl>
#include "A.idl"
#include "B.idl"

component C
{
  provides A a_port;
  provides B b_port;
};

#endif /* C_IDL */