From d21db0efa3fd2f8566a8eea574ab3c4212b684c1 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Sat, 13 Apr 1996 19:54:19 +0000 Subject: [PATCH] Add comments to CONNECTION_WIDE_OBJECT_REFERENCES section. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1361 72102866-910b-0410-8b05-ffd578937521 --- Source/ConnectedCoder.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/ConnectedCoder.m b/Source/ConnectedCoder.m index 4feabe21f..b160d4506 100644 --- a/Source/ConnectedCoder.m +++ b/Source/ConnectedCoder.m @@ -228,7 +228,7 @@ static BOOL debug_connected_coder = NO; #if CONNECTION_WIDE_OBJECT_REFERENCES -/* We need to think carefully about reference counts, bycopy and +/* xxx We need to think carefully about reference counts, bycopy and remote objects before we do this. */ /* Some notes: @@ -247,7 +247,9 @@ static BOOL debug_connected_coder = NO; +encodeObject:withConnectedCoder because we avoid having to keep around the local proxies. */ -- (BOOL) _coderHasObjectReference: (unsigned)xref +#warning These names need to be updated for the new xref scheme. + +- (BOOL) _coderReferenceForObject: xref { if (is_decoding) return [connection includesProxyForTarget:xref];