#include <e32base.h>
class MBeating |
Public Member Functions | |
---|---|
pure virtual void | Beat() |
pure virtual void | Synchronize() |
Heartbeat timer call-back handling interface.
The interface provides a pair of functions to handle the beating and synchronisation of heartbeat timers.
The CHeartbeat active object class uses an object implementing the MBeating interface.
See also: CHeartbeat::Start