mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
4200045b9f
commit
f90505d316
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"
|
/* We must separate the idea of "closing" a coder and "deallocating"
|
||||||
a coder because of delays in deallocation due to -autorelease. */
|
a coder because of delays in deallocation due to -autorelease. */
|
||||||
- (void) closeCoding
|
- (void) close
|
||||||
{
|
{
|
||||||
[[cstream stream] closeStream];
|
[[cstream stream] close];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL) isClosed
|
- (BOOL) isClosed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue