mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Fix for issue 453
This commit is contained in:
parent
490791a5e0
commit
1ad65abdaa
1 changed files with 0 additions and 20 deletions
|
@ -2152,26 +2152,6 @@ static id gs_weak_load(id obj)
|
||||||
return NSDefaultMallocZone();
|
return NSDefaultMallocZone();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Called to encode the instance variables of the receiver to aCoder.<br />
|
|
||||||
* Subclasses should call the superclass method at the start of their
|
|
||||||
* own implementation.
|
|
||||||
*/
|
|
||||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Called to intialise instance variables of the receiver from aDecoder.<br />
|
|
||||||
* Subclasses should call the superclass method at the start of their
|
|
||||||
* own implementation.
|
|
||||||
*/
|
|
||||||
- (id) initWithCoder: (NSCoder*)aDecoder
|
|
||||||
{
|
|
||||||
return self;
|
|
||||||
}
|
|
||||||
|
|
||||||
+ (BOOL) resolveClassMethod: (SEL)name
|
+ (BOOL) resolveClassMethod: (SEL)name
|
||||||
{
|
{
|
||||||
return NO;
|
return NO;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue