mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(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:
parent
872e21414b
commit
3c4c4029ca
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoder;
|
||||
- (void) closeCoding;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
- cStream;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoder;
|
||||
- (void) closeCoding;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
- cStream;
|
||||
|
|
Loading…
Reference in a new issue