Public Member Functions | |
virtual | ~CInheritedCFlexTimer () |
void | SetCB (TCallBack aCallBack) |
TInt | MyOwnConfigure (TTimeIntervalMicroSeconds32 aDelayWindow) |
Static Public Member Functions | |
static CInheritedCFlexTimer * | NewL (TInt aPriority, TCallBack aCallBack) |
Protected Member Functions | |
virtual void | RunL () |
desc
virtual CInheritedCFlexTimer::~CInheritedCFlexTimer | ( | ) | [virtual] |
Destructor for the object.
TInt CInheritedCFlexTimer::MyOwnConfigure | ( | TTimeIntervalMicroSeconds32 | aDelayWindow | ) |
desc
static CInheritedCFlexTimer* CInheritedCFlexTimer::NewL | ( | TInt | aPriority, | |
TCallBack | aCallBack | |||
) | [static] |
A leaving constructor for the object.
aPriority | of the active object. If timing is critical, it should be higher than that of all other active objects owned by the scheduler. |
virtual void CInheritedCFlexTimer::RunL | ( | ) | [protected, virtual] |
Inherited from CActive.
void CInheritedCFlexTimer::SetCB | ( | TCallBack | aCallBack | ) |
desc