(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:
mccallum 1996-01-25 15:15:01 +00:00
parent 42d8d67632
commit 1c3393356a
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;