mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Initial implementation
This commit is contained in:
parent
202f0ceed2
commit
64a59aeb08
1 changed files with 7 additions and 0 deletions
|
@ -167,6 +167,13 @@ static BOOL initialized = NO;
|
|||
selector: aSelector]);
|
||||
}
|
||||
|
||||
+ (id)sortDescriptorWithKey: (NSString *)key
|
||||
ascending: (BOOL)ascending
|
||||
comparator: (NSComparator)cmptr
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (id) initWithKey: (NSString *) key ascending: (BOOL) ascending
|
||||
{
|
||||
return [self initWithKey: key ascending: ascending selector: NULL];
|
||||
|
|
Loading…
Reference in a new issue