Skip navigation.
 
mlRe: multiple declarations for method `length' ?
FROM : Sherm Pendley
DATE : Fri Dec 31 22:10:30 2004

On Dec 30, 2004, at 1:36 PM, John Stiles wrote:

> I thought one of the huge advantages of message-passing over function
> calls was that you could send messages to "id" objects and objc_send
> would sort out the details.


It is, you can, and it will. That's why the "multiple declarations"
message is a warning, not an error.

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Related mailsAuthorDate
mlmultiple declarations for method `length' ? Mark Dawson Dec 30, 19:05
mlRe: multiple declarations for method `length' ? j o a r Dec 30, 19:16
mlRe: multiple declarations for method `length' ? John Stiles Dec 30, 19:36
mlRe: multiple declarations for method `length' ? mmalcolm crawford Dec 30, 19:45
mlRe: multiple declarations for method `length' ? Charlton Wilbur Dec 30, 19:57
mlRe: multiple declarations for method `length' ? glenn andreas Dec 31, 04:23
mlRe: multiple declarations for method `length' ? Sherm Pendley Dec 31, 22:10