mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 09:19:15 +00:00
([Decoder -finishDecodingInterconnectedObjects]): Comment fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fea0df7249
commit
be7036a1a0
1 changed files with 2 additions and 2 deletions
|
@ -518,7 +518,7 @@ static int debug_coder = 0;
|
|||
/* xxx fix the use of _coderPopForwardObjectTable and
|
||||
_coderPopRootObjectTable. */
|
||||
|
||||
#if 0
|
||||
#if 0 /* Actually, we do this below in -decodeObjectAt:withName: */
|
||||
/* Send "-awakeAfterUsingCoder:" to all the objects that were read */
|
||||
{
|
||||
SEL awake_sel = sel_get_any_uid("awakeAfterUsingCoder:");
|
||||
|
@ -666,7 +666,7 @@ static int debug_coder = 0;
|
|||
}
|
||||
|
||||
/* Send -awakeAfterUsingCoder: */
|
||||
/* xxx Unknown whether -awakeUsingCoder: should be sent here, or
|
||||
/* xxx Unknown whether -awakeAfterUsingCoder: should be sent here, or
|
||||
when Decoder is deallocated, or after a root object is finished
|
||||
decoding. */
|
||||
/* NOTE: Use of this with the NeXT archiving methods is
|
||||
|
|
Loading…
Reference in a new issue