COcspPolicy Class Reference

class COcspPolicy : public CBase

Inherits from

Constructor & Destructor Documentation

COcspPolicy()

COcspPolicy ( ) [private]

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

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

IsGenerateResponseForMissingUriEnabled()

IMPORT_C TBool IsGenerateResponseForMissingUriEnabled ( ) const

This function returns the setting for KGenerateResponseForMissingUri

IsHttpGETMethodEnabled()

IMPORT_C TBool IsHttpGETMethodEnabled ( ) 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]