ChspsCenRepListener Class Reference

class ChspsCenRepListener : public CActive

ChspsCenRepListener is used to listen to the changes in the Central Repository.

hspsThemeServer.exe
Since
S60 5.0

Inherits from

Constructor & Destructor Documentation

ChspsCenRepListener(MhspsCenRepObserver &, const TUid &)

ChspsCenRepListener ( MhspsCenRepObserver & aObserver,
const TUid & aRepositoryUid
) [private]

ChspsCenRepListener C++ default constructor.

Parameters

MhspsCenRepObserver & aObserver
const TUid & aRepositoryUid

~ChspsCenRepListener()

~ChspsCenRepListener ( ) [virtual]

~ChspsCenRepListener Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

ConstructL By default Symbian 2nd phase constructor is private.

DoCancel()

void DoCancel ( ) [protected, virtual]
DoCancel From CActive Called when asynchronous request was cancelled
Since
S60 3.1

NewL(MhspsCenRepObserver &, const TUid &)

ChspsCenRepListener * NewL ( MhspsCenRepObserver & aObserver,
const TUid & aRepositoryUid
) [static]

NewL Two-phased constructor.

Parameters

MhspsCenRepObserver & aObserver
const TUid & aRepositoryUid

RunL()

void RunL ( ) [protected, virtual]
From CActive Called when asynchronous request has completed RunL
Since
S60 3.1

Setup(TUint32)

void Setup ( TUint32 aId )
Setup Sets up the Central Repository change listener for setting aId.
Since
S60 3.1

Parameters

TUint32 aId

SetupAll()

void SetupAll ( )
SetupAll Sets up the Central Repository change listener for all settings.
Since
S60 3.1

Member Data Documentation

MhspsCenRepObserver & iObserver

MhspsCenRepObserver & iObserver [private]

CRepository * iRepository

CRepository * iRepository [private]

TUid iRepositoryUid

TUid iRepositoryUid [private]