March 27, 2004
hi,
how can i do a singleton with a destruction order manager...!?
my problem is due to the fact that i cannot control the time moment when the singleton object is destroyed.

thanks,
Miguel Ferreira Simões



March 31, 2004
On Sat, 27 Mar 2004 20:14:42 -0000, Miguel Ferreira Simões <kobold@netcabo.pt> wrote:

> hi,
> how can i do a singleton with a destruction order manager...!?
Don't use a singleton.

> my problem is due to the fact that i cannot control the time moment when the singleton object is destroyed.
This is a well known singleton issue.