|
From: Martin R. <ru...@us...> - 2009-03-22 18:59:34
|
Update of /cvsroot/foo/foo/libfoo/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19564 Modified Files: FOOContextPart.m FOOEagerModule.m FOOEagerModuleManager.m FOOModule.m FOOModuleManager.m FOONilModule.m FOORegion.m FOOSoundStream.m FOOSubstrate.m FOOSubstrateManager.m Log Message: cosmetic changes Index: FOOSubstrateManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSubstrateManager.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOSubstrateManager.m 28 Feb 2005 16:37:22 -0000 1.4 --- FOOSubstrateManager.m 22 Mar 2009 18:59:22 -0000 1.5 *************** *** 70,74 **** ! - (FOOSubstrateManager *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 70,74 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOORegion.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOORegion.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOORegion.m 30 Sep 2007 12:26:44 -0000 1.7 --- FOORegion.m 22 Mar 2009 18:59:22 -0000 1.8 *************** *** 165,169 **** ! - (FOORegion *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 165,169 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOONilModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOONilModule.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOONilModule.m 28 Feb 2005 16:37:22 -0000 1.5 --- FOONilModule.m 22 Mar 2009 18:59:22 -0000 1.6 *************** *** 56,60 **** ! - (FOONilModule *) initWithCoder: (NSCoder *)coder { // self = [super initWithCoder: coder]; --- 56,60 ---- ! - (id) initWithCoder: (NSCoder *)coder { // self = [super initWithCoder: coder]; Index: FOOContextPart.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOContextPart.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOContextPart.m 28 Feb 2005 16:37:22 -0000 1.4 --- FOOContextPart.m 22 Mar 2009 18:59:22 -0000 1.5 *************** *** 97,101 **** ! - (FOOContextPart *) initWithCoder: (NSCoder *)coder { self = [super init]; --- 97,101 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super init]; Index: FOOModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOModule.m,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** FOOModule.m 14 Dec 2007 14:26:47 -0000 1.10 --- FOOModule.m 22 Mar 2009 18:59:22 -0000 1.11 *************** *** 280,284 **** ! - (FOOModule *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 280,284 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOOEagerModuleManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOEagerModuleManager.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOEagerModuleManager.m 28 Feb 2005 16:37:22 -0000 1.4 --- FOOEagerModuleManager.m 22 Mar 2009 18:59:22 -0000 1.5 *************** *** 70,74 **** ! - (FOOEagerModuleManager *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 70,74 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOOSubstrate.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSubstrate.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOSubstrate.m 30 Sep 2007 12:26:44 -0000 1.7 --- FOOSubstrate.m 22 Mar 2009 18:59:22 -0000 1.8 *************** *** 135,139 **** ! - (FOOSubstrate *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 135,139 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOOSoundStream.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSoundStream.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOSoundStream.m 30 Sep 2007 12:26:44 -0000 1.7 --- FOOSoundStream.m 22 Mar 2009 18:59:22 -0000 1.8 *************** *** 157,161 **** ! - (FOOSoundStream *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 157,161 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOOEagerModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOEagerModule.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOEagerModule.m 28 Feb 2005 16:37:22 -0000 1.5 --- FOOEagerModule.m 22 Mar 2009 18:59:22 -0000 1.6 *************** *** 75,79 **** ! - (FOOEagerModule *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 75,79 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; Index: FOOModuleManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOModuleManager.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOModuleManager.m 28 Feb 2005 16:37:22 -0000 1.5 --- FOOModuleManager.m 22 Mar 2009 18:59:22 -0000 1.6 *************** *** 74,78 **** ! - invalidatePrint { [_objects makeObjectsPerformSelector: @selector(invalidatePrint)]; --- 74,78 ---- ! - (FOOModuleManager *) invalidatePrint { [_objects makeObjectsPerformSelector: @selector(invalidatePrint)]; *************** *** 145,149 **** ! - (FOOModuleManager *) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; --- 145,149 ---- ! - (id) initWithCoder: (NSCoder *)coder { self = [super initWithCoder: coder]; |