mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(Streaming -closeStream): New method; we must separate the idea of
"closing" a stream and "deallocating" a stream because of delays in deallocation due to -autorelease. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5421611a27
commit
74767d8f8f
2 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
- (BOOL) isAtEof;
|
||||
- (void) flushStream;
|
||||
|
||||
/* We must separate the idea of "closing" a stream and "deallocating" a
|
||||
stream because of delays in deallocation due to -autorelease. */
|
||||
- (void) closeStream;
|
||||
|
||||
- (BOOL) isWritable;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue