mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
DO patches (Sep 12 from Richard Frith-MacDonald)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2419 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0d21cf13f
commit
e149f41c85
11 changed files with 168 additions and 59 deletions
|
@ -83,6 +83,15 @@
|
|||
return [self class];
|
||||
}
|
||||
|
||||
- (Class) classForPortCoder: (NSPortCoder*)aCoder
|
||||
{
|
||||
return [self class];
|
||||
}
|
||||
- replacementObjectForPortCoder:(NSPortCoder*)aCoder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) encodeWithCoder: aCoder
|
||||
{
|
||||
[aCoder encodeValueOfObjCType:@encode(char*) at:&_contents_chars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue