discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does NSDictionary respond to @selector(name)?


From: Andreas Hoeschler
Subject: Re: Why does NSDictionary respond to @selector(name)?
Date: Fri, 10 May 2002 12:12:01 +0200

Hi,

int
main()
{
        puts([TestClass name]);
        return 0;
}

so it may not be part of OpenStep, but I think its part of objc in
general.

I would use NSStringFromClass([TestClass class]) on MacOSX to get the same result. I suggest we drop "name" .

Regards,

   Andreas







reply via email to

[Prev in Thread] Current Thread [Next in Thread]