mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(Streaming -isClosed): New protocol method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@812 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ead174c188
commit
b9d8479480
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
/* We must separate the idea of "closing" a stream and "deallocating" a
|
||||
stream because of delays in deallocation due to -autorelease. */
|
||||
- (void) closeStream;
|
||||
- (BOOL) isClosed;
|
||||
|
||||
- (BOOL) isWritable;
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
/* We must separate the idea of "closing" a stream and "deallocating" a
|
||||
stream because of delays in deallocation due to -autorelease. */
|
||||
- (void) closeStream;
|
||||
- (BOOL) isClosed;
|
||||
|
||||
- (BOOL) isWritable;
|
||||
|
||||
|
|
Loading…
Reference in a new issue