From 3c56f6583df9ccb3e73562f604d1c32e8aa2228a Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 4 Mar 1997 15:51:20 +0000 Subject: [PATCH] ([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 --- Source/Proxy.m | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Source/Proxy.m b/Source/Proxy.m index 115282bd8..cc0ddae36 100644 --- a/Source/Proxy.m +++ b/Source/Proxy.m @@ -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 Date: July 1994 @@ -107,6 +107,11 @@ static id tmp_kludge_protocol = nil; return self; } +- awakeAfterUsingCoder: aDecoder +{ + return self; +} + #if NeXT_runtime + class {