Added comment. I need to fix decoding of this class.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-06-28 23:49:52 +00:00
parent 5ee18261b4
commit 0a3f6f66c9

View file

@ -59,6 +59,10 @@
[aCoder finishEncodingInterconnectedObjects];
}
/* xxx See Collection _decodeContentsWithCoder:.
We shouldn't do an -addElement. finishEncodingInterconnectedObjects
should take care of all that. */
- (void) _decodeContentsWithCoder: (Coder*)aCoder
{
[aCoder startDecodingInterconnectedObjects];