mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Moved method declarations from NSMutableSet to NSSet.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bc79b5212
commit
86a9c79d9e
1 changed files with 5 additions and 3 deletions
|
@ -33,14 +33,16 @@
|
||||||
|
|
||||||
/* Eventually we'll make a Constant version of this protocol. */
|
/* Eventually we'll make a Constant version of this protocol. */
|
||||||
@interface NSSet (GNU) <Collecting>
|
@interface NSSet (GNU) <Collecting>
|
||||||
@end
|
/* These methods will be moved to NSMutableSet as soon as GNU's
|
||||||
|
collection objects are separated by mutability. */
|
||||||
@interface NSMutableSet (GNU)
|
|
||||||
+ (unsigned) defaultCapacity;
|
+ (unsigned) defaultCapacity;
|
||||||
- initWithType: (const char *)contentEncoding
|
- initWithType: (const char *)contentEncoding
|
||||||
capacity: (unsigned)aCapacity;
|
capacity: (unsigned)aCapacity;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface NSMutableSet (GNU)
|
||||||
|
@end
|
||||||
|
|
||||||
@interface NSCountedSet (GNU) <Collecting>
|
@interface NSCountedSet (GNU) <Collecting>
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue