mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
([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:
parent
f4cc4199c3
commit
d34f64b00e
3 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ void unchar_func(void *s, int c)
|
||||||
return position;
|
return position;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) closeStream
|
- (void) close
|
||||||
{
|
{
|
||||||
[self flushStream];
|
[self flushStream];
|
||||||
}
|
}
|
||||||
|
|
|
@ -193,7 +193,7 @@ stdio_unchar_func(void *s, int c)
|
||||||
fflush(fp);
|
fflush(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) closeStream
|
- (void) close
|
||||||
{
|
{
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
/* Do nothing. */
|
/* Do nothing. */
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) closeStream
|
- (void) close
|
||||||
{
|
{
|
||||||
/* Do nothing. */
|
/* Do nothing. */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue