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()

void ConstructL ( ) [private]

ConstructL(RReadStream &)

void ConstructL ( RReadStream & aStream ) [private]

Parameters

RReadStream & aStream

ExternalizeL(RWriteStream &)

IMPORT_C void ExternalizeL ( RWriteStream & aStream ) const

Writes object data to stream

Parameters

RWriteStream & aStream Stream to write the object data to

InternalizeL(RReadStream &)

IMPORT_C void InternalizeL ( RReadStream & aStream )

Reads object data from stream

Parameters

RReadStream & aStream Stream 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 & aStream Stream 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 & aStream Stream 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)

void SetPerformRevocationCheck ( TBool aCheck ) [inline]

Sets OCSP check flag

Parameters

TBool aCheck Whether or not OCSP check should be performed

SetRevocationServerUriL(const TDesC8 &)

void SetRevocationServerUriL ( const TDesC8 & aUri ) [inline]

Sets OCSP server URI

Parameters

const TDesC8 & aUri New OCSP server URI

Member Data Documentation

TBool iPerformRevocationCheck

TBool iPerformRevocationCheck [private]

HBufC8 * iRevocationServerUri

HBufC8 * iRevocationServerUri [private]