interface simple1 { void func ( in char id ); void flush (); }; interface simple2 { void func ( in char id ); void flush (); };