Subclass from Encoder and Decoder, not Coder.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-22 15:49:05 +00:00
parent 3b35400984
commit 70f2e46fc0
2 changed files with 4 additions and 4 deletions

View file

@ -33,10 +33,10 @@
These class should be used as concrete classes, not the Coder class. */
@interface Archiver : Coder
@interface Archiver : Encoder
@end
@interface Unarchiver : Coder
@interface Unarchiver : Decoder
@end
#endif /* __Archiver_h_OBJECTS_INCLUDE */

View file

@ -33,10 +33,10 @@
These class should be used as concrete classes, not the Coder class. */
@interface Archiver : Coder
@interface Archiver : Encoder
@end
@interface Unarchiver : Coder
@interface Unarchiver : Decoder
@end
#endif /* __Archiver_h_OBJECTS_INCLUDE */