mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add set/get for requiresSecureCoding
This commit is contained in:
parent
1a6a091fc4
commit
4230180eab
2 changed files with 16 additions and 3 deletions
|
@ -367,12 +367,12 @@ static NSMapTable *globalClassMap = 0;
|
|||
|
||||
- (BOOL)requiresSecureCoding
|
||||
{
|
||||
return NO;
|
||||
return _requiresSecureCoding;
|
||||
}
|
||||
|
||||
- (void)setRequiresSecureCoding: (BOOL)secure
|
||||
{
|
||||
return;
|
||||
_requiresSecureCoding = secure;
|
||||
}
|
||||
|
||||
- (Class) classForClassName: (NSString*)aString
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue