mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
([Coder -close]): Method renamed from -closeCoding.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
45f688298e
commit
a0e9567b24
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@ static BOOL debug_coder = NO;
|
|||
|
||||
/* We must separate the idea of "closing" a coder and "deallocating"
|
||||
a coder because of delays in deallocation due to -autorelease. */
|
||||
- (void) closeCoding
|
||||
- (void) close
|
||||
{
|
||||
[[cstream stream] closeStream];
|
||||
[[cstream stream] close];
|
||||
}
|
||||
|
||||
- (BOOL) isClosed
|
||||
|
|
Loading…
Reference in a new issue