Re: Problem with protocols using gcc 4
Re: Problem with protocols using gcc 4
- Subject: Re: Problem with protocols using gcc 4
- From: j o a r <email@hidden>
- Date: Tue, 21 Jun 2005 22:08:29 +0200
Would something like this work?:
@interface Foo : NSObject < ProtoA >
- (void) someMethod: (id < ProtoA, ProtoB >) obj;
@end
@interface Bar : Foo < ProtoB >
@end
Just make sure that the methods you need to call from "someMethod:"
are declared in the ProtoA protocol.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden