Implement (and document) a MacOS-X compatibility behavior

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-08-24 05:20:40 +00:00
parent 2ef86a582f
commit 0d8ec1ee0f
3 changed files with 13 additions and 2 deletions

View file

@ -94,6 +94,8 @@
* Only copies index values present in aRange and copies them in order.<br />
* Returns the number of index values placed in aVuffer.<br />
* Modifies aRange to start after the last index value copied.<br />
* If aRange is a null pointer, this method attempts to get <em>all</em>
* index values from the set (and of course no range can be returned in it).
*/
- (unsigned int) getIndexes: (unsigned int*)aBuffer
maxCount: (unsigned int)aCount