ftp.nice.ch/Attic/openStep/games/Risk.0.98.m.NIS.bs.tar.gz#/Risk.0.98/src/Risk/NSObjectExtensions.m

This is NSObjectExtensions.m in view mode; [Download] [Up]

#import "Risk.h"

RCSID ("$Id: NSObjectExtensions.m,v 1.2 1997/12/15 07:43:56 nygard Exp $");

#import "NSObjectExtensions.h"

//======================================================================
// Provide implementations so that all objects can always call super
// with the same method name.
//======================================================================

@implementation NSObject (SNExtentions)

- (void) encodeWithCoder:(NSCoder *)aCoder
{
}

//----------------------------------------------------------------------

- initWithCoder:(NSCoder *)aDecoder
{
    return self;
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.