Re: Distirbuted Objects error handling?
Re: Distirbuted Objects error handling?
- Subject: Re: Distirbuted Objects error handling?
- From: "Rafael K. Kobylinski" <email@hidden>
- Date: Sat, 2 Mar 2002 13:02:49 +0100
At 16:34 Uhr -0800 28.02.2002, Douglas Davidson wrote:
The listening port should be created with the receivePort. If you
create it with initWithTCPPort: or
initWithProtocolFamily:socketType:protocol:address:, then the
receive port should be created bound to the specified port number,
or those methods should return nil if that is not possible.
Thank you very much for pointing this out. I did not check for nil
after calling [[NSSocketPort alloc] initWithTCPPort: port] - shame
on me.
--
Rafael K. Kobylinski Email: email@hidden
Institut f|r Informatik Tel. : ++ 49 89 289 22391
Technische Universitdt M|nchen Cell.: ++ 49 177 7 495020
_______________________________________________
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.