mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Send bycopy over the wire.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3079 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
476d0a407f
commit
b2de949b28
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@ _NSFoundationUncaughtExceptionHandler(NSException *exception)
|
|||
return e_info;
|
||||
}
|
||||
|
||||
- (Class) classForPortCoder
|
||||
{
|
||||
return [self class];
|
||||
}
|
||||
|
||||
- replacementObjectForPortCoder:(NSPortCoder*)aCoder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)encodeWithCoder: aCoder
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue