summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Lem_Pragma/B.idl
blob: 657bb096e4c8e45f5a33757c9d8fb46b665a2680 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef B_IDL
#define B_IDL

#pragma ciao lem "BE.idl"

interface B
{
};

#endif /* B_IDL */