mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Remove objc/Protocol.h include from NSObject to avoid warnings
with conflicting method signatures. * Headers/Foundation/NSConnection.h: Change Object categories to NSObject. * Source/NSConnection.m: Idem. * Headers/Foundation/NSObject.h: Don't include objc/Protocol.h add a few missing things. * Source/NSDate.m ([NSDate -isEqual:]): Use isKindOfClass. * Source/NSDistantObject.m, Source/NSProtocolChecker.m: Include objc/Protocol.h * Source/NSSerializer.m: Add method sig for performv:: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21322 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2b660f6c78
commit
1cb435da9a
8 changed files with 27 additions and 5 deletions
|
@ -101,7 +101,7 @@
|
|||
#include <GNUstepBase/preface.h>
|
||||
#include <GSConfig.h>
|
||||
#include <objc/objc.h>
|
||||
#include <objc/Protocol.h>
|
||||
#include <objc/typedstream.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
|
||||
@class NSArchiver;
|
||||
|
@ -369,6 +369,7 @@ enum {NSNotFound = 0x7fffffff};
|
|||
GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
||||
|
||||
@interface NSObject (GNUstep)
|
||||
- (BOOL) isInstance;
|
||||
- (id) makeImmutableCopyOnFail: (BOOL)force;
|
||||
- (Class) transmuteClassTo: (Class)aClassObject;
|
||||
+ (Class) autoreleaseClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue