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.
Constructor & Destructor Documentation
~CInstallPrefs()
IMPORT_C | ~CInstallPrefs | ( | ) | [virtual] |
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
ConstructL(RReadStream &)
ExternalizeL(RWriteStream &)
Writes object data to stream
InternalizeL(RReadStream &)
Reads object data from stream
NewL()
Constructs a default preferences object
NewLC()
Constructs a default preferences object and puts it on the cleanup stack
NewLC(RReadStream &)
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] |
SetPerformRevocationCheck(TBool)
void | SetPerformRevocationCheck | ( | TBool | aCheck | ) | [inline] |
Parameters
TBool aCheck | Whether or not OCSP check should be performed |
SetRevocationServerUriL(const TDesC8 &)
void | SetRevocationServerUriL | ( | const TDesC8 & | aUri | ) | [inline] |
Parameters
const TDesC8 & aUri | New OCSP server URI |
Member Data Documentation
TBool
iPerformRevocationCheck
TBool
| iPerformRevocationCheck | [private] |
HBufC8 * iRevocationServerUri
HBufC8 * | iRevocationServerUri | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.