CMissedAlarm Class Reference

class CMissedAlarm : public CBase

Class Declaration. CMissedAlarm is the implementation for holding information of single missed alarm.

Inherits from

Constructor & Destructor Documentation

CMissedAlarm()

CMissedAlarm ( ) [private]

Private constructor

~CMissedAlarm()

~CMissedAlarm ( )

Class destructor Frees all resources used by this class

Member Functions Documentation

ConstructL(const TInt, const TTime, const TDesC &)

void ConstructL ( const TInt aLuid,
const TTime aInstanceTime,
const TDesC & aCalFileName
) [private]

Second stage constructor Performs any leaving operations needed for construction.

Parameters

const TInt aLuid
const TTime aInstanceTime
const TDesC & aCalFileName

NewL(const TInt, const TTime, const TDesC &)

IMPORT_C CMissedAlarm * NewL ( const TInt aLuid,
const TTime aInstanceTime,
const TDesC & aCalFileName
) [static]

First stage constructor Creates an instance of CMissedAlarm and places it on the cleanup stack and then pops it before passing ownership to the caller.

Parameters

const TInt aLuid
const TTime aInstanceTime
const TDesC & aCalFileName

Member Data Documentation

TBuf< 256 > iCalFileName

TBuf < 256 > iCalFileName

TTime iInstanceTime

TTime iInstanceTime

TInt iLuid

TInt iLuid