mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-18 19:50:54 +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 <assert.h>
|
||||
|
||||
/* Eventually some functionality may be moved out of Coder and
|
||||
into these objects.
|
||||
/* Eventually some functionality may be moved out of Encoder and
|
||||
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
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue