mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
7c4c49ef50
commit
d065fb6dd7
3 changed files with 112 additions and 7 deletions
|
@ -361,6 +361,11 @@ readContentsOfFile(NSString* path, void** buf, unsigned* len)
|
|||
return;
|
||||
}
|
||||
|
||||
- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSData*) subdataWithRange: (NSRange)aRange
|
||||
{
|
||||
void *buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue