([Stream -close]): Method renamed from -closeStream.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-24 16:37:55 +00:00
parent f4cc4199c3
commit d34f64b00e
3 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ void unchar_func(void *s, int c)
return position; return position;
} }
- (void) closeStream - (void) close
{ {
[self flushStream]; [self flushStream];
} }

View file

@ -193,7 +193,7 @@ stdio_unchar_func(void *s, int c)
fflush(fp); fflush(fp);
} }
- (void) closeStream - (void) close
{ {
fclose(fp); fclose(fp);
} }

View file

@ -102,7 +102,7 @@
/* Do nothing. */ /* Do nothing. */
} }
- (void) closeStream - (void) close
{ {
/* Do nothing. */ /* Do nothing. */
} }