summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
blob: e695263eb20bd598fc40543aa4f97e6c6b1ee028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#ifndef B_IDL
#define B_IDL

#pragma ciao lem "BE.idl"

interface B
{
};

#endif /* B_IDL */