In file /home/eternity/Source/Common/Shutdownable/H/shutdownable.h:

class Shutdownable

Shutdownable class

Inheritance:

Shutdownable


Public Methods

Shutdownable::Shutdownable (Killer * killer)
Shutdownable constructor

Public

methods
Shutdownable (Killer * killer)
Constructor
virtual void Shutdown ()
This method is called by Killer.

Documentation

Shutdownable class. This class forces its offsprings to implement method used for clean shutdown. All objects that have to save some info before terminating should inherit from this class
methods

Shutdownable(Killer * killer)
Constructor

virtual void Shutdown()
This method is called by Killer.

Shutdownable::Shutdownable(Killer * killer)
Shutdownable constructor. Reisters with killer so that he can notify us when shutdown comes. That means call our method Shutdown().
Parameters:
killer - Killer that will notify us when shutdown comes.
Author:
Venca
See Also:
Killer, ShutDown()


Direct child classes:
Sender
Scheduler
Receiver
Padder
Linker
Chopper
Author:
Venca
See Also:
Killer

alphabetic index hierarchy of classes


generated by doc++