From f90505d3164bea830a8a88e5562498308dcde2fb Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 24 Feb 1996 16:35:03 +0000 Subject: [PATCH] ([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 --- Source/Coder.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Coder.m b/Source/Coder.m index 907e38527..da677973b 100644 --- a/Source/Coder.m +++ b/Source/Coder.m @@ -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