([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:
mccallum 1997-03-04 15:51:20 +00:00
parent 0d2a1dcd8a
commit 3c56f6583d

View file

@ -1,5 +1,5 @@
/* Implementation of GNU Objective-C Proxy for remote object messaging /* 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> Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994 Date: July 1994
@ -107,6 +107,11 @@ static id tmp_kludge_protocol = nil;
return self; return self;
} }
- awakeAfterUsingCoder: aDecoder
{
return self;
}
#if NeXT_runtime #if NeXT_runtime
+ class + class
{ {