#ifndef _Beispiel #define _Beispiel interface Beispiel { readonly attribute short einWert; string helloWorld(in unsigned long a, out double b); }; #endif /* _Beispiel */