mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
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:
parent
cb2ffd9580
commit
192ff064ea
1 changed files with 4 additions and 2 deletions
|
@ -228,7 +228,7 @@ static BOOL debug_connected_coder = NO;
|
||||||
|
|
||||||
#if CONNECTION_WIDE_OBJECT_REFERENCES
|
#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. */
|
remote objects before we do this. */
|
||||||
|
|
||||||
/* Some notes:
|
/* Some notes:
|
||||||
|
@ -247,7 +247,9 @@ static BOOL debug_connected_coder = NO;
|
||||||
+encodeObject:withConnectedCoder because we avoid having
|
+encodeObject:withConnectedCoder because we avoid having
|
||||||
to keep around the local proxies. */
|
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)
|
if (is_decoding)
|
||||||
return [connection includesProxyForTarget:xref];
|
return [connection includesProxyForTarget:xref];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue