Rename method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-24 16:37:09 +00:00
parent cc0042bdac
commit f4cc4199c3
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -49,7 +49,7 @@
/* We must separate the idea of "closing" a stream and "deallocating" a
stream because of delays in deallocation due to -autorelease. */
- (void) closeStream;
- (void) close;
- (BOOL) isClosed;
- (BOOL) isWritable;

View file

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

View file

@ -49,7 +49,7 @@
/* We must separate the idea of "closing" a stream and "deallocating" a
stream because of delays in deallocation due to -autorelease. */
- (void) closeStream;
- (void) close;
- (BOOL) isClosed;
- (BOOL) isWritable;