Swi::CInstallPrefs Class Reference

class Swi::CInstallPrefs : public CBase

Class that holds installation preferences that are stored externally and passed to the software install by the client.

Inherits from

Constructor & Destructor Documentation

CInstallPrefs()

CInstallPrefs()[private]

~CInstallPrefs()

IMPORT_C~CInstallPrefs()[virtual]

Destructor of CInstallPrefs.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

ConstructL(RReadStream &)

voidConstructL(RReadStream &aStream)[private]

Parameters

RReadStream & aStream

ExternalizeL(RWriteStream &)

IMPORT_C voidExternalizeL(RWriteStream &aStream)const

Writes object data to stream

Parameters

RWriteStream & aStreamStream to write the object data to

InternalizeL(RReadStream &)

IMPORT_C voidInternalizeL(RReadStream &aStream)

Reads object data from stream

Parameters

RReadStream & aStreamStream to read the object from

NewL()

IMPORT_C CInstallPrefs *NewL()[static]

Constructs a default preferences object

NewL(RReadStream &)

IMPORT_C CInstallPrefs *NewL(RReadStream &aStream)[static]

Reads object from stream

Parameters

RReadStream & aStreamStream to read the object from

NewLC()

IMPORT_C CInstallPrefs *NewLC()[static]

Constructs a default preferences object and puts it on the cleanup stack

NewLC(RReadStream &)

IMPORT_C CInstallPrefs *NewLC(RReadStream &aStream)[static]

Reads object from stream and puts it on the cleanup stack

Parameters

RReadStream & aStreamStream to read the object data from

PerformRevocationCheck()

TBool PerformRevocationCheck()const [inline]

Returns global OCSP check flag

RevocationServerUri()

const TDesC8 &RevocationServerUri()const [inline]

Returns OCSP server URI

SetPerformRevocationCheck(TBool)

voidSetPerformRevocationCheck(TBoolaCheck)[inline]

Sets OCSP check flag

Parameters

TBool aCheckWhether or not OCSP check should be performed

SetRevocationServerUriL(const TDesC8 &)

voidSetRevocationServerUriL(const TDesC8 &aUri)[inline]

Sets OCSP server URI

Parameters

const TDesC8 & aUriNew OCSP server URI

Member Data Documentation

TBool iPerformRevocationCheck

TBool iPerformRevocationCheck[private]

HBufC8 * iRevocationServerUri

HBufC8 *iRevocationServerUri[private]