mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Many coding changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6238bbb2c5
commit
d5f4801280
28 changed files with 2439 additions and 2292 deletions
|
@ -104,7 +104,6 @@
|
|||
*/
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
[super encodeWithCoder: aCoder];
|
||||
[aCoder encodeValueOfObjCType: @encode(id) at: &_name];
|
||||
[aCoder encodeValueOfObjCType: @encode(id) at: &_object];
|
||||
[aCoder encodeValueOfObjCType: @encode(id) at: &_info];
|
||||
|
@ -112,7 +111,6 @@
|
|||
|
||||
- (id) initWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
[super initWithCoder: aCoder];
|
||||
[aCoder decodeValueOfObjCType: @encode(id) at: &_name];
|
||||
[aCoder decodeValueOfObjCType: @encode(id) at: &_object];
|
||||
[aCoder decodeValueOfObjCType: @encode(id) at: &_info];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue