mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-19 03:51:38 +00:00
Comment change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc1237bcaa
commit
72114c01b0
1 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,11 @@
|
||||||
#include <objects/Archiver.h>
|
#include <objects/Archiver.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
/* Eventually some functionality may be moved out of Coder and
|
/* Eventually some functionality may be moved out of Encoder and
|
||||||
into these objects.
|
Decoder and into these objects.
|
||||||
|
|
||||||
These class should be used as concrete classes, not the Coder class. */
|
These class should be used as concrete classes, not the Coder,
|
||||||
|
Encoder or Decoder classes. */
|
||||||
|
|
||||||
@implementation Archiver
|
@implementation Archiver
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue