DEBSOURCES
Skip Quicknav
sources / camlidl / 1.13-1 / tests / hdirect / test004.idl
12345678910111213
// !! Basic interface definition [object] interface IFoo { void f([in] int x); } [object] interface IBar : IFoo { void g([in] int x); }