Shuts down all shutdownable objects
Killer::Killer (LogFile * logFile) Killer constructor | |
void | Killer::RegisterForShutdown (Shutdownable * victim) Register yourself for information about shutdown |
void | Killer::ShutdownAll () Call Shutdown() of all victims |
methods
|
attributes
|
Shuts down all shutdownable objects. All Shutdownable objects register with Killer when created and he shuts them down when necessary. In fact it calls the Shutdown() method of all Shutdownable objects that have to implement it. Calls Shutdown() method of all shutdownable objects - that is why he stores pointers to all of them. They pass it to him when created.
alphabetic index hierarchy of classes
generated by doc++