(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:
Andrew McCallum 1996-01-25 15:15:01 +00:00
parent ead174c188
commit b9d8479480
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;