Re: [PATCH] A NSNetService implementation using Avahi

2010-03-27 Thread Niels Grewe
On Fri, Mar 26, 2010 at 09:26:14AM +0100, Fred Kiefer wrote: I only had a short look at this patch and was a bit surprised to see how little these two implementations share. In a normal class cluster you would expect that most of the code is in the common super class and only the primitive

Re: [PATCH] A NSNetService implementation using Avahi

2010-03-26 Thread Fred Kiefer
I only had a short look at this patch and was a bit surprised to see how little these two implementations share. In a normal class cluster you would expect that most of the code is in the common super class and only the primitive methods get implemented separately. What was the reason for doing it

Re: [PATCH] A NSNetService implementation using Avahi

2010-03-26 Thread Chris B. Vetter
Hullo, yes, I'm still alive :-) On Fri, Mar 26, 2010 at 9:26 AM, Fred Kiefer fredkie...@gmx.de wrote: [...] for doing it differently here? Even the delegate handling methods are duplicated, with the mDNS ones having an additional tracing call. The tracing calls are a left-over from when I