]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - src/forb/src/forbrun/tests/test_obj.idl
Fix Makefile to work with new OMK
[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 };