mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
41de093a32
commit
1eee143286
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…
Add table
Add a link
Reference in a new issue