summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/Bug_3834_Regression/CompB.idl
blob: d903d569c96a46f3630290d3316696cd40056025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef COMPB_IDL_
#define COMPB_IDL_

#include <Components.idl>
#include "Moo.idl"

component CompB
{
  uses multiple Moo my_moo;
};

#endif /* COMPB_IDL_ */