mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Patches from Frith-MacDonald, Other misc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2759 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7dfa15674f
commit
967c4944e2
21 changed files with 568 additions and 348 deletions
|
@ -171,16 +171,13 @@ static BOOL debug_connected_coder = NO;
|
|||
*/
|
||||
- (void) _doEncodeObject: anObj
|
||||
{
|
||||
BOOL old = _is_by_copy;
|
||||
id obj;
|
||||
Class cls;
|
||||
|
||||
_is_by_copy = NO;
|
||||
obj = [anObj replacementObjectForPortCoder: (NSPortCoder*)self];
|
||||
cls = [obj classForPortCoder];
|
||||
[self encodeClass: cls];
|
||||
[obj encodeWithCoder: (NSCoder*)self];
|
||||
_is_by_copy = old;
|
||||
}
|
||||
|
||||
- (void) _doEncodeBycopyObject: anObj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue