CJobTimeout Class Reference

class CJobTimeout : public CTimer

Simple active object class providing timeout functionality to CJob

Inherits from

Constructor & Destructor Documentation

CJobTimeout(MBMNotifyTimerShot *)

CJobTimeout(MBMNotifyTimerShot *aNotifier)[private]

Constrcutor for CJobTimeout

Parameters

MBMNotifyTimerShot * aNotifierthe object to notify of timeout

Member Functions Documentation

NewL(MBMNotifyTimerShot *)

CJobTimeout *NewL(MBMNotifyTimerShot *aNotifier)[static]
Creates new CJobTimeout object
leave
KErrNoMemory

Parameters

MBMNotifyTimerShot * aNotifierthe object to notify of timeout

RunL()

voidRunL()[protected, virtual]
Active Object virutal RunL method called when the timer expires
leave

Member Data Documentation

MBMNotifyTimerShot * iNotifier

MBMNotifyTimerShot *iNotifier[private]