summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
blob: 1beb70eda7b338f933b08c201290a4920989a8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef IC_Foo_IDL
#define IC_Foo_IDL

#include <Components.idl>

#pragma ciao lem "IC_FooE.idl"

component Foo
{
};


#endif