mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
MacOS-X compatibility updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35e907b7ed
commit
f1d83b9f14
42 changed files with 827 additions and 13 deletions
|
@ -1635,6 +1635,13 @@ compare(id elem1, id elem2, void* context)
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Not implemented
|
||||
*/
|
||||
- (void) replaceObjectsAtIndexes: (NSIndexSet *)indexes
|
||||
withObjects: (NSArray *)objects
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Replaces objects in the receiver with those from anArray.<br />
|
||||
* Raises an exception if given a range extending beyond the array.<br />
|
||||
|
@ -1676,6 +1683,12 @@ compare(id elem1, id elem2, void* context)
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Not implemented
|
||||
*/
|
||||
- (void) insertObjects: (NSArray *)objects atIndexes: (NSIndexSet *)indexes
|
||||
{
|
||||
}
|
||||
|
||||
/** <override-subclass />
|
||||
* Removes an object from the receiver at the specified location.<br />
|
||||
* The size of the array decreases by one.<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue