Re: How to release all objects on 'Quit' of application
Re: How to release all objects on 'Quit' of application
- Subject: Re: How to release all objects on 'Quit' of application
- From: Ondra Cada <email@hidden>
- Date: Fri, 2 Apr 2004 13:53:25 +0200
Ramakrishna,
On Friday, Apr 2, 2004, at 12:45 Europe/Prague, Ramakrishna Kondapalli
wrote:
I would like to release all the active objets when user do a' command Q
'. Is there any default method by calling which I can do this job? If
not what else to do?
Has been answered already. Just consider whether you really need that:
a vast majority of resources of a process is released automatically
when the process ends (and much, much faster than you can do it
yourself).
Also, I believe beside the application delegate method there is a
notification, which may be much more convenient.
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.