(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:
mccallum 1996-01-25 15:28:13 +00:00
parent 2047caaf47
commit e6b2bd4f25
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,8 @@
@protocol CommonCoding
- (BOOL) isDecoding;
- (void) closeCoder;
- (BOOL) isClosed;
+ (int) defaultFormatVersion;
@end

View file

@ -32,6 +32,8 @@
@protocol CommonCoding
- (BOOL) isDecoding;
- (void) closeCoder;
- (BOOL) isClosed;
+ (int) defaultFormatVersion;
@end