]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - src/forb/src/forbrun/tests/test_obj.idl
forb: Add tests for forbrun
[frescor/frsh-forb.git] / src / forb / src / forbrun / tests / test_obj.idl
1 interface test_obj {
2         // Print message specified during object initialization
3         long printmsg();
4 };