Re: NSConnection delegate methods - shouldMakeNewConnection vs makeNewConnection
Re: NSConnection delegate methods - shouldMakeNewConnection vs makeNewConnection
- Subject: Re: NSConnection delegate methods - shouldMakeNewConnection vs makeNewConnection
- From: Wade Tregaskis <email@hidden>
- Date: Fri, 25 Jun 2004 17:57:20 +1000
The NSConnection delegate methods
-connection:shouldMakeNewConnection:
and
-makeNewConnection:sender:
seem redundant, and in fact my delegate seems to receive only the
former. Should I implement both anyway? Is there any difference
between them?
Yes, they are duplicates, and apparently only one of them works as you
stated. Just a documentation error, or some historical curiosity, or
both.
Wade Tregaskis (aim: wadetregaskis)
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.