Re: Protocol doesn't seem to compile?
Re: Protocol doesn't seem to compile?
- Subject: Re: Protocol doesn't seem to compile?
- From: Andreas Mayer <email@hidden>
- Date: Fri, 27 Feb 2004 09:19:46 +0100
Am 27.02.2004 um 02:42 schrieb email@hidden:
I am writing some libraries that are quite heavy on the abstract side
of
things, and who's purpose is to define what in Java would be
"Interface"
classes.. I am implementing these with Objective-C using @protocol, but
since the library's purpose is just to define the protocols not
implement
them I've found that the compiler doesn't check my syntax at all, but
rather just ignores the protocols.
Any other insights into this?
Maybe I'm missing something, but wouldn't you have to write some test
code to see if your protocols work as expected anyway?
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.