mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
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:
parent
cc0042bdac
commit
f4cc4199c3
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoding;
|
||||
- (void) close;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
- cStream;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
@protocol CommonCoding
|
||||
- (BOOL) isDecoding;
|
||||
- (void) closeCoding;
|
||||
- (void) close;
|
||||
- (BOOL) isClosed;
|
||||
+ (int) defaultFormatVersion;
|
||||
- cStream;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue