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 * aNotifier the object to notify of timeout

Member Functions Documentation

NewL(MBMNotifyTimerShot *)

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

Parameters

MBMNotifyTimerShot * aNotifier the object to notify of timeout

RunL()

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

Member Data Documentation

MBMNotifyTimerShot * iNotifier

MBMNotifyTimerShot * iNotifier [private]