// This tests the CIDL processor /* This is a comment. * */ interface wokka { void x(in int32 a, out int32 b); string demo9(in int32 a, inout int32 b, uint32 c); oneway void yell_loud(); string zero_param(); string one_param(int16 z); attribute int px; readonly attribute int py; writeonly attribute int pz; signal i_woke_up(); signal died (string error); signal died2(string error, int32 count); }; deprecated interface wokka2 { int z(); };