(CommonCoding -closeCoding): Renamed from -coderCoder, so it is not so

exclusively associated with the Coding class, but also all subclasses
that implement a *Coding protocol.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@884 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-01-28 02:16:24 +00:00
parent 8a35ff8305
commit 7d66b3eb2f
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
@protocol CommonCoding
- (BOOL) isDecoding;
- (void) closeCoder;
- (void) closeCoding;
- (BOOL) isClosed;
+ (int) defaultFormatVersion;
- cStream;