mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(Coding -closeCoder): New protocol method.
(Coding -isClosed): New protocol method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
57298e58f9
commit
7f5dfb670f
2 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoder;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
@end
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoder;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue