G
Guest
Hi,
I am looking for doing this :
void OnKillProcess()
{
do Cleanup;
}
i don't want to use ~MyClass() (or Finalize), because i wan't that
the cleanup code will be call from my main thread and not from any other
thread.
thanks.
I am looking for doing this :
void OnKillProcess()
{
do Cleanup;
}
i don't want to use ~MyClass() (or Finalize), because i wan't that
the cleanup code will be call from my main thread and not from any other
thread.
thanks.