Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1997-09-29 14:39:53 +00:00
parent 5367a9100f
commit 0060d4a2a4
32 changed files with 1576 additions and 2603 deletions

View file

@ -139,7 +139,7 @@ NSDictionary *_attributesAtIndexEffectiveRange(
return nil;
}
- (Class) classForPortCoder: (NSPortCoder*)aCoder
- (Class) classForPortCoder
{
return [self class];
}
@ -203,7 +203,7 @@ NSDictionary *_attributesAtIndexEffectiveRange(
@implementation NSGMutableAttributedString
- (Class) classForPortCoder: (NSPortCoder*)aCoder
- (Class) classForPortCoder
{
return [self class];
}