// jarmu.idl module jarmuvek { interface gepjarmu { readonly attribute string rendszam; readonly attribute string tulajdonos; string print(); }; interface autobusz : gepjarmu { attribute short ferohely; }; interface teherauto : gepjarmu { attribute short max_terheles; }; };