(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:
Andrew McCallum 1996-01-28 02:16:24 +00:00
parent 872e21414b
commit 3c4c4029ca
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;

View file

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