mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
3b35400984
commit
70f2e46fc0
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue