(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:
Andrew McCallum 1996-01-25 15:28:13 +00:00
parent 57298e58f9
commit 7f5dfb670f
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