mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Property list updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22bed19361
commit
15210c5f59
8 changed files with 641 additions and 682 deletions
|
@ -2017,27 +2017,6 @@ static BOOL double_release_check_enabled = NO;
|
|||
return [self descriptionWithLocale: aLocale];
|
||||
}
|
||||
|
||||
/**
|
||||
* Uses the [NSString] implementation.
|
||||
*/
|
||||
- (void) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
indent: (unsigned)level
|
||||
to: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
NSString *tmp = [(id)self descriptionWithLocale: aLocale];
|
||||
|
||||
[tmp descriptionWithLocale: aLocale indent: level to: output];
|
||||
}
|
||||
|
||||
+ (void) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
indent: (unsigned)level
|
||||
to: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
NSString *tmp = [(id)self descriptionWithLocale: aLocale];
|
||||
|
||||
[tmp descriptionWithLocale: aLocale indent: level to: output];
|
||||
}
|
||||
|
||||
- (BOOL) _dealloc
|
||||
{
|
||||
return YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue