From: Robert L. <rle...@us...> - 2007-02-15 09:51:36
|
Update of /cvsroot/ccmtools/ccmtools/test/JavaAssembly/prototype In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1208/test/JavaAssembly/prototype Modified Files: test1.idl Log Message: empty prototype Index: test1.idl =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/test/JavaAssembly/prototype/test1.idl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test1.idl 15 Feb 2007 09:27:25 -0000 1.1 --- test1.idl 15 Feb 2007 09:51:31 -0000 1.2 *************** *** 5,9 **** interface I1 { ! /* empty */ }; --- 5,9 ---- interface I1 { ! string value(); }; |