mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-19 12:01:44 +00:00
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:
parent
5ee18261b4
commit
0a3f6f66c9
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
||||||
[aCoder finishEncodingInterconnectedObjects];
|
[aCoder finishEncodingInterconnectedObjects];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* xxx See Collection _decodeContentsWithCoder:.
|
||||||
|
We shouldn't do an -addElement. finishEncodingInterconnectedObjects
|
||||||
|
should take care of all that. */
|
||||||
|
|
||||||
- (void) _decodeContentsWithCoder: (Coder*)aCoder
|
- (void) _decodeContentsWithCoder: (Coder*)aCoder
|
||||||
{
|
{
|
||||||
[aCoder startDecodingInterconnectedObjects];
|
[aCoder startDecodingInterconnectedObjects];
|
||||||
|
|
Loading…
Reference in a new issue