|
From: Martin R. <ru...@us...> - 2004-08-04 06:42:45
|
Update of /cvsroot/foo/foo/libfoo/tests/foosine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27379 Modified Files: foosine.m Log Message: added version print Index: foosine.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/tests/foosine/foosine.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** foosine.m 4 Aug 2004 06:21:30 -0000 1.3 --- foosine.m 4 Aug 2004 06:42:34 -0000 1.4 *************** *** 48,51 **** --- 48,52 ---- #include <FOO/FOOGlobal.h> + #include <FOO/FOOGlobalsManager.h> #include <FOO/FOOContext.h> #include <FOO/FOOOutput.h> *************** *** 84,87 **** --- 85,91 ---- [[NSAutoreleasePool alloc] init]; + // print stuff + NSLog(@"foosine test using libfoo version %@", [FOOGlobalsManager getVersion]); + // create context _context = [[FOOContext alloc] initWithChans: 1]; |