Re: Matching Multiple Services?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Aug 1, 2007, at 9:05 AM, Duane Murphy wrote: Thanks Mike, unfortunately, My understanding is that adding multiple items to the dictionary leads to a logical-AND match. You're correct; my apologies for getting confused on this one. = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... That is if I put three different class name match choices into the dictionary, the match will be for all three at once, which of course would match none of the items. Is there some logic that I am missing here? No; I'm guessing that you're probably stuck with checking several times and doing the OR yourself. Since matching isn't something you would do very often (otherwise, you might want to consider using notifications), is there some other complication involved, or are you just concerned about cost and complexity? This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Smith