EvolvingObjects
|
eoUpdatable is a generic class for adding updatation to an existing class Just says it has an update() method More...
#include <eoUpdatable.h>
Public Member Functions | |
virtual | ~eoUpdatable () |
Virtual destructor. | |
virtual void | update ()=0 |
eoUpdatable is a generic class for adding updatation to an existing class Just says it has an update() method
Definition at line 38 of file eoUpdatable.h.