DO patches from Frith-MacDonald

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2573 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1997-10-28 14:37:53 +00:00
parent 7c4c49ef50
commit d065fb6dd7
3 changed files with 112 additions and 7 deletions

View file

@ -361,6 +361,11 @@ readContentsOfFile(NSString* path, void** buf, unsigned* len)
return;
}
- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder
{
return self;
}
- (NSData*) subdataWithRange: (NSRange)aRange
{
void *buffer;