interface test1 { long f(in long x); void g(inout long x); void shell(in string x); }; /* note: this is neither java or c++, but CORBA IDL language! */