|
From: Martin R. <ru...@us...> - 2004-08-27 07:00:56
|
Update of /cvsroot/foo/foo/libfoo/modules/orthodox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30147 Modified Files: FOOMLookup.m Log Message: rerenamed init function. new name violated openstep naming guidelines anyway. Index: FOOMLookup.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/orthodox/FOOMLookup.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOMLookup.m 15 Aug 2004 17:42:37 -0000 1.5 --- FOOMLookup.m 27 Aug 2004 07:00:46 -0000 1.6 *************** *** 47,51 **** ! - initializeWithSubstrate: (FOOSubstrate *)substr taps: (int)n { if ([substr isKindOfClass: [FOOSoundFile class]] == NO && --- 47,51 ---- ! - initializeWith: (FOOSubstrate *)substr taps: (int)n { if ([substr isKindOfClass: [FOOSoundFile class]] == NO && |