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
This commit is contained in:
Andrew McCallum 1996-04-13 19:54:19 +00:00
parent 4e2c7d9a57
commit d21db0efa3

View file

@ -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];