Re: problem with DO
Re: problem with DO
- Subject: Re: problem with DO
- From: Douglas Davidson <email@hidden>
- Date: Tue, 22 Apr 2003 09:40:53 -0700
On Tuesday, April 22, 2003, at 12:19 AM, Greg Hulands wrote:
I think you would need to create an instance of NSConnection, not just
use the default connection.
That's right. The default connection uses the default NSPort subclass,
not NSSocketPort. Different subclasses of NSPort are not compatible;
the two ports for an NSConnection must have the same class, and a given
name server deals only with a particular subclass of NSPort.
Douglas Davidson
_______________________________________________
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.