Rename 'GNU' categories to 'GNUstep'.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2004-04-16 23:21:26 +00:00
parent a78c61dc74
commit 02964e7f8c
4 changed files with 11 additions and 3 deletions

View file

@ -281,7 +281,7 @@ enum {NSNotFound = 0x7fffffff};
creating the potential for deadlock. */
GS_EXPORT NSRecursiveLock *gnustep_global_lock;
@interface NSObject (GNU)
@interface NSObject (GNUstep)
- (id) makeImmutableCopyOnFail: (BOOL)force;
- (Class) transmuteClassTo: (Class)aClassObject;
+ (Class) autoreleaseClass;