On 2005-06-18 16:10:41 +0100 Gregory John Casamento
<[EMAIL PROTECTED]> wrote:
Follow-up Comment #2, bug #13442 (project gnustep):
Got it working, but the only difference between my code and the baseline is:
<snip>
This seems to imply that the problem is the change from the categories being
on Object vs. NSObject. Which is odd. Still investigating. GJC
I committed a fix ... problem was that the change implemented several
methods as a category of NSObject ... preventing any subclass of NSObject
being used as a delegate of NSConnection unless that subclass overrode all
the methods!
The solution ... remove those method implementations.
I'm not sure if that might cause problems on code built with older
compiler/runtime ... if so, we may need to reintroduce the method
implementations as a category of some other class which will never be a
delegate of NSConnection.
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep