Insert contents of <objects/NSArray.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1398 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 12:56:08 +00:00
parent d48a531546
commit 2d35ad28b8

View file

@ -101,4 +101,23 @@
@end
#ifndef STRICT_OPENSTEP
#include <objects/IndexedCollecting.h>
#include <objects/String.h>
/* Eventually we'll make a Constant version of this protocol. */
@interface NSArray (GNU) <IndexedCollecting>
@end
@interface NSMutableArray (GNU)
+ (unsigned) defaultCapacity;
+ (unsigned) defaultGrowFactor;
- setCapacity: (unsigned)newCapacity;
- (unsigned) growFactor;
- setGrowFactor: (unsigned)aNum;
@end
#endif /* STRICT_OPENSTEP */
#endif /* __NSArray_h_OBJECTS_INCLUDE */