@@ -49,11 +49,11 @@ + (Class)class; /** * \return The name of the class as a C string */ -+ (const char*)name; ++ (const char*)className; /** * \param selector The selector which should be checked for respondance * * \return A boolean whether instances of the class respond to the specified @@ -113,11 +113,11 @@ - (Class)class; /** * \return The name of the instance's class as a C string */ -- (const char*)name; +- (const char*)className; /** * \param class The class whose kind is checked * * \return A boolean whether the object is of the specified kind