CMmsAccount Class Reference
class CMmsAccount : public CBase |
CMmsAccount is the master class of the component: it offers a centralised API for loading and saving different setting types (implemented as different settings classes). mmsserversettings.lib
- Since
- 3.0
Constructor & Destructor Documentation
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
By default EPOC constructor is private.
LoadScheduleReceiveSettingsL(CMsvScheduleSettings &, CMsvOffPeakTimes &, CMsvSendErrorActions &, CMsvSysAgentActions &)
Loads MmsScheduleReceiveSettings from Central Repository to the objects given as parameters. Client is responsible for creating and deleting the parameter objects.
LoadScheduleSendSettingsL(CMsvScheduleSettings &, CMsvOffPeakTimes &, CMsvSendErrorActions &, CMsvSysAgentActions &)
Loads MmsScheduleSendSettings from Central Repository to the objects given as parameters. Client is responsible for creating and deleting the parameter objects.
LoadSettingsL(CMmsSettings &)
IMPORT_C void | LoadSettingsL | ( | CMmsSettings & | aMmsSettings | ) | |
Loads MMS Settings from Central Repository to aMmsSettings object given as a parameter. Client is responsible for creating and deleting the parameter objects.
Parameters
CMmsSettings & aMmsSettings | object where the settings are loaded to |
SaveSettingsL(CMmsSettings &)
IMPORT_C void | SaveSettingsL | ( | CMmsSettings & | aMmsSettings | ) | |
Saves MMS Settings to Central Repository from aMmsSettings given as a parameter. Client is responsible for ensuring that parameter object contains sensible values. Client is responsible for creating and deleting the parameter objects.
Parameters
CMmsSettings & aMmsSettings | object containing MMS Settings to be saved |
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.