mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
Rename methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@883 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
315b64ea8d
commit
8a35ff8305
2 changed files with 4 additions and 4 deletions
|
@ -80,8 +80,8 @@
|
|||
/* These are class methods because the header of the file or stream
|
||||
determines which (sub)class of Coder is created. */
|
||||
|
||||
+ coderReadingFromFile: (id <String>) filename;
|
||||
+ coderReadingFromStream: (id <Streaming>)stream;
|
||||
+ newReadingFromFile: (id <String>) filename;
|
||||
+ newReadingFromStream: (id <Streaming>)stream;
|
||||
|
||||
+ decodeObjectWithName: (id <String> *) name
|
||||
fromFile: (id <String>) filename;
|
||||
|
|
|
@ -80,8 +80,8 @@
|
|||
/* These are class methods because the header of the file or stream
|
||||
determines which (sub)class of Coder is created. */
|
||||
|
||||
+ coderReadingFromFile: (id <String>) filename;
|
||||
+ coderReadingFromStream: (id <Streaming>)stream;
|
||||
+ newReadingFromFile: (id <String>) filename;
|
||||
+ newReadingFromStream: (id <Streaming>)stream;
|
||||
|
||||
+ decodeObjectWithName: (id <String> *) name
|
||||
fromFile: (id <String>) filename;
|
||||
|
|
Loading…
Reference in a new issue