CSatAllowRefreshMonitor Class Reference

class CSatAllowRefreshMonitor : public CActive

Active object to wait the refresh query notification.

SatClient.lib
Since
2.6

Inherits from

Constructor & Destructor Documentation

CSatAllowRefreshMonitor(MSatRefreshObserver &, RSatRefresh &)

CSatAllowRefreshMonitor(MSatRefreshObserver &aObserver,
RSatRefresh &aRefresh
)[private]

C++ default constructor.

Parameters

MSatRefreshObserver & aObserver
RSatRefresh & aRefresh

~CSatAllowRefreshMonitor()

~CSatAllowRefreshMonitor()[virtual]

Destructor.

Member Functions Documentation

DoCancel()

voidDoCancel()[protected, virtual]

From CActive

NewL(MSatRefreshObserver &, RSatRefresh &)

CSatAllowRefreshMonitor *NewL(MSatRefreshObserver &aObserver,
RSatRefresh &aRefresh
)[static]

Two-phased constructor.

Parameters

MSatRefreshObserver & aObserverObserver for refresh query.
RSatRefresh & aRefreshRefresh sub-session.

ObserveFiles(const TSatRefreshFiles &)

voidObserveFiles(const TSatRefreshFiles &aObservedFiles)
Set files to be observed.
Since
3.0

Parameters

const TSatRefreshFiles & aObservedFilesList of files to be observed for refresh.

RunError(TInt)

TInt RunError(TIntaError)[protected, virtual]

From CActive

Parameters

TInt aError

RunL()

voidRunL()[protected, virtual]

From CActive

Start()

voidStart()

Starts waiting for the refresh query.

Member Data Documentation

TSatRefreshFiles iChangingFiles

TSatRefreshFiles iChangingFiles[private]

TPckg< TSatRefreshFiles > iChangingFilesPckg

TPckg< TSatRefreshFiles >iChangingFilesPckg[private]

TSatRefreshFiles iObservedFiles

TSatRefreshFiles iObservedFiles[private]

MSatRefreshObserver & iObserver

MSatRefreshObserver &iObserver[private]

RSatRefresh & iRefresh

RSatRefresh &iRefresh[private]

TSatRefreshType iType

TSatRefreshType iType[private]

TPckg< TSatRefreshType > iTypePckg

TPckg< TSatRefreshType >iTypePckg[private]