This is NSArrayAdditions.m in view mode; [Download] [Up]
/* NSArrayAdditions.m created by ovidiu on Sun 13-Apr-1997 */ #import "GdbDisplayController.h" #import "NSArrayAdditions.h" @implementation NSArray (NSArrayAdditions) - (void)setGdbDisplayController:(GdbDisplayController*)anObject { int i, count = [self count]; for (i = 0; i < count; i++) [[self objectAtIndex:i] setGdbDisplayController:anObject]; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.