mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([Proxy -awakeAfterUsingCoder:]): New method. Needed otherwise we get
an infinite loop with Decoder trying to send this message to a Proxy. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2218 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a27a62bc69
commit
fea0df7249
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Implementation of GNU Objective-C Proxy for remote object messaging
|
||||
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
|
@ -107,6 +107,11 @@ static id tmp_kludge_protocol = nil;
|
|||
return self;
|
||||
}
|
||||
|
||||
- awakeAfterUsingCoder: aDecoder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
#if NeXT_runtime
|
||||
+ class
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue