([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:
Andrew McCallum 1996-02-24 16:35:03 +00:00
parent 45f688298e
commit a0e9567b24

View file

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