mobilemessaging/smsmtm/clientmtm/inc/SMSCLNT.H
branchRCL_3
changeset 9 1d7827e39b52
parent 0 72b543305e3a
child 21 c6838af47512
child 47 5b14749788d7
equal deleted inserted replaced
5:4697dfb2d7ad 9:1d7827e39b52
    75 
    75 
    76 	IMPORT_C void RestoreServiceAndSettingsL();
    76 	IMPORT_C void RestoreServiceAndSettingsL();
    77 	IMPORT_C CSmsSimParamOperation* ReadSimParamsL(TRequestStatus& aObserverRequestStatus);
    77 	IMPORT_C CSmsSimParamOperation* ReadSimParamsL(TRequestStatus& aObserverRequestStatus);
    78 	IMPORT_C CSmsSimParamOperation* WriteSimParamsL(const CMobilePhoneSmspList& aList, TRequestStatus& aObserverRequestStatus);
    78 	IMPORT_C CSmsSimParamOperation* WriteSimParamsL(const CMobilePhoneSmspList& aList, TRequestStatus& aObserverRequestStatus);
    79 	IMPORT_C void SaveMessageL(CMsvStore& aEditStore, TMsvEntry& aEntry);
    79 	IMPORT_C void SaveMessageL(CMsvStore& aEditStore, TMsvEntry& aEntry);
    80 	
    80 	IMPORT_C void CreateMessageL(TMsvEntry& aEntry);
    81 	/** 
    81 	/** 
    82 	Sets the character encoding value. The character encoding value options are 7-bit,
    82 	Sets the character encoding value. The character encoding value options are 7-bit,
    83 	8-bit and 16-Bit Unicode. By default the character set encoding is 7 bit encoding.
    83 	8-bit and 16-Bit Unicode. By default the character set encoding is 7 bit encoding.
    84 	*/
    84 	*/
    85 	void SetMessageCharacterSetL(TSmsDataCodingScheme::TSmsAlphabet aTsmsAlphabet);
    85 	void SetMessageCharacterSetL(TSmsDataCodingScheme::TSmsAlphabet aTsmsAlphabet);