([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:
Andrew McCallum 1997-03-04 15:51:57 +00:00
parent fea0df7249
commit be7036a1a0

View file

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