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:
Richard Frith-Macdonald 2002-11-10 09:29:45 +00:00
parent 22bed19361
commit 15210c5f59
8 changed files with 641 additions and 682 deletions

View file

@ -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;