Re: CFSocket questions
Re: CFSocket questions
- Subject: Re: CFSocket questions
- From: Douglas Davidson <email@hidden>
- Date: Tue, 10 Sep 2002 12:55:41 -0700
Here is a minimal example of a CFSocketContext:
CFSocketContext context = {0, self, NULL, NULL, NULL};
If you want the CFSocket to retain the info pointer (you may or may
not; I tend to have the object own the CFSocket rather than the other
way around) you would need to fill in the third and fourth slots (e.g.
with CFRetain and CFRelease). The fifth slot is optional.
Douglas Davidson
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.