mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
(GNU_HEADERS): Added objects/NSSet.h.
(GNUSTEP_MFILES): Added NSGSet.m and NSSet.m. (GNUSTEP_HEADERS): Added Foundation/NSGSet.h and Foundation/NSSet.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@637 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a7ad3612c
commit
18cc14db40
1 changed files with 5 additions and 0 deletions
|
@ -206,6 +206,7 @@ objects/MemoryStream.h \
|
||||||
objects/NSArray.h \
|
objects/NSArray.h \
|
||||||
objects/NSCoder.h \
|
objects/NSCoder.h \
|
||||||
objects/NSDictionary.h \
|
objects/NSDictionary.h \
|
||||||
|
objects/NSSet.h \
|
||||||
objects/NSString.h \
|
objects/NSString.h \
|
||||||
objects/Ordering.h \
|
objects/Ordering.h \
|
||||||
objects/Port.h \
|
objects/Port.h \
|
||||||
|
@ -296,12 +297,14 @@ NSGCoder.m \
|
||||||
NSGCString.m \
|
NSGCString.m \
|
||||||
NSGData.m \
|
NSGData.m \
|
||||||
NSGDictionary.m \
|
NSGDictionary.m \
|
||||||
|
NSGSet.m \
|
||||||
NSGUnarchiver.m \
|
NSGUnarchiver.m \
|
||||||
NSNumber.m \
|
NSNumber.m \
|
||||||
NSObjCRuntime.m \
|
NSObjCRuntime.m \
|
||||||
NSObject.m \
|
NSObject.m \
|
||||||
NSProcessInfo.m \
|
NSProcessInfo.m \
|
||||||
NSRange.m \
|
NSRange.m \
|
||||||
|
NSSet.m \
|
||||||
NSString.m \
|
NSString.m \
|
||||||
NSTimeZone.m \
|
NSTimeZone.m \
|
||||||
NSUnarchiver.m \
|
NSUnarchiver.m \
|
||||||
|
@ -357,6 +360,7 @@ Foundation/NSGCoder.h \
|
||||||
Foundation/NSGCString.h \
|
Foundation/NSGCString.h \
|
||||||
Foundation/NSGData.h \
|
Foundation/NSGData.h \
|
||||||
Foundation/NSGDictionary.h \
|
Foundation/NSGDictionary.h \
|
||||||
|
Foundation/NSGSet.h \
|
||||||
Foundation/NSGUnarchiver.h \
|
Foundation/NSGUnarchiver.h \
|
||||||
Foundation/NSInvocation.h \
|
Foundation/NSInvocation.h \
|
||||||
Foundation/NSMethodSignature.h \
|
Foundation/NSMethodSignature.h \
|
||||||
|
@ -365,6 +369,7 @@ Foundation/NSObject.h \
|
||||||
Foundation/NSProcessInfo.h \
|
Foundation/NSProcessInfo.h \
|
||||||
Foundation/NSRange.h \
|
Foundation/NSRange.h \
|
||||||
Foundation/NSSerialization.h \
|
Foundation/NSSerialization.h \
|
||||||
|
Foundation/NSSet.h \
|
||||||
Foundation/NSString.h \
|
Foundation/NSString.h \
|
||||||
Foundation/NSUnarchiver.h \
|
Foundation/NSUnarchiver.h \
|
||||||
Foundation/NSUtilities.h \
|
Foundation/NSUtilities.h \
|
||||||
|
|
Loading…
Reference in a new issue