From edfbd1df97f739c360e28ebe6da8aa418cd1da4c Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 4 Mar 1997 15:51:57 +0000 Subject: [PATCH] ([Decoder -finishDecodingInterconnectedObjects]): Comment fixes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2219 72102866-910b-0410-8b05-ffd578937521 --- Source/Decoder.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Decoder.m b/Source/Decoder.m index 5731eed76..59663d5f4 100644 --- a/Source/Decoder.m +++ b/Source/Decoder.m @@ -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