------- Comment #4 from danglin at gcc dot gnu dot org  2008-03-20 14:12 -------
@interface Protocol : Object
{
@private
    char *protocol_name OBJC2_UNAVAILABLE;
    struct objc_protocol_list *protocol_list OBJC2_UNAVAILABLE;
    struct objc_method_description_list *instance_methods OBJC2_UNAVAILABLE;
    struct objc_method_description_list *class_methods OBJC2_UNAVAILABLE;
}

/* Obtaining attributes intrinsic to the protocol */

- (const char *)name OBJC2_UNAVAILABLE;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35165

Reply via email to