COcspPolicy Class Reference

class COcspPolicy : public CBase

Inherits from

Constructor & Destructor Documentation

COcspPolicy()

COcspPolicy()[private]

Member Functions Documentation

ConstructL()

voidConstructL()[private]

The second-phase constructor. It reads the settings from the repository.

IsGenerateResponseForMissingUriEnabled()

IMPORT_C TBoolIsGenerateResponseForMissingUriEnabled()const

This function returns the setting for KGenerateResponseForMissingUri

IsHttpGETMethodEnabled()

IMPORT_C TBoolIsHttpGETMethodEnabled()const

This function returns the setting for KEnableHttpGETMethod

NewL()

IMPORT_C COcspPolicy *NewL()[static]

This function is used to access the instance of this class. TLS is used to store pointer of the instance.

Member Data Documentation

TBool iEnableHttpGETMethod

TBool iEnableHttpGETMethod[private]

TBool iGenerateResponseForMissingUri

TBool iGenerateResponseForMissingUri[private]