(NSObject (NEXSTEP)): Comment out -name method because

NSNotification.h declares it with a different type.  Eventually we'll
have to come up with a more permanent solution.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-03 00:35:05 +00:00
parent 2595147b64
commit cf45bfe7ef

View file

@ -129,7 +129,8 @@ enum {NSNotFound = 0x7fffffff};
@interface NSObject (NEXTSTEP)
- error:(const char *)aString, ...;
- notImplemented:(SEL)aSel;
- (const char *) name;
/* - (const char *) name;
Removed because OpenStep has -(NSString*)name; */
@end
@interface NSObject (GNU)