D - singleton with destruction order
- =?iso-8859-1?Q?Miguel_Ferreira_Sim=F5es?= (8/8) Mar 27 2004 charset="iso-8859-1"
- Andrei Pamula (4/8) Mar 31 2004 Don't use a singleton.
charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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=F5es
Mar 27 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.
Mar 31 2004