PbkGlobalSettingFactory Class Reference

class PbkGlobalSettingFactory

Factory to create instances of MPbkGlobalSetting.

Constructor & Destructor Documentation

PbkGlobalSettingFactory()

PbkGlobalSettingFactory()[private]

~PbkGlobalSettingFactory()

~PbkGlobalSettingFactory()[private]

Member Functions Documentation

CreatePersistentSettingL()

IMPORT_C MPbkGlobalSetting *CreatePersistentSettingL()[static]

Creates an instance of MPbkGlobalSetting that can be used to store and retrieve persistent settings.

CreateTransientSettingL(TBool)

IMPORT_C MPbkGlobalSetting *CreateTransientSettingL(TBoolaWritableSetting = EFalse)[static]

Creates an instance of MPbkGlobalSetting that can be used to store and retrieve transient settings.

Parameters

TBool aWritableSetting = EFalseIf ETrue the setting will be also writable, otherwise only readable.