Re: Is this a bug of URLHandle or just a documentation
Re: Is this a bug of URLHandle or just a documentation
- Subject: Re: Is this a bug of URLHandle or just a documentation
- From: Ruben Smits <email@hidden>
- Date: Thu, 17 Oct 2002 08:41:01 +0200
I didn't look at the documentation, but I don't see your problem.
You call NSURLHandle addClient:, a Cocoa-method. You are not
responsible for retaining or releasing its target. It should be handled
by the system. You also mention loadInBackground, I think this is the
same idea. You should only think of retain/release for objects you use
yourself. The rest is up to Cocoa.
HTH
Ruben
_______________________________________________
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.