Insert contents of <objects/NSSet.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 13:07:55 +00:00
parent fa257fc4e3
commit b5b33107e9

View file

@ -91,5 +91,26 @@
@end @end
#ifndef NO_GNUSTEP
#include <objects/KeyedCollecting.h>
#include <Foundation/NSSet.h>
/* Eventually we'll make a Constant version of this protocol. */
@interface NSSet (GNU) <Collecting>
/* These methods will be moved to NSMutableSet as soon as GNU's
collection objects are separated by mutability. */
+ (unsigned) defaultCapacity;
- initWithType: (const char *)contentEncoding
capacity: (unsigned)aCapacity;
@end
@interface NSMutableSet (GNU)
@end
@interface NSCountedSet (GNU) <Collecting>
@end
#endif /* NO_GNUSTEP */
#endif #endif