messagingappbase/obexmtms/obexmtm/obexutil/source/obexpasswordexternaliser.cpp
branchRCL_3
changeset 27 7fdbb852d323
parent 26 ebe688cedc25
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
    40 * @param aServiceEntry The service entry to set the password into
    40 * @param aServiceEntry The service entry to set the password into
    41 * @param aPassword the password to set
    41 * @param aPassword the password to set
    42 * @leave KErrXXX system-wide error codes
    42 * @leave KErrXXX system-wide error codes
    43 */
    43 */
    44 	{
    44 	{
    45  	CMsvStore* serviceEntryStore = aServiceEntry.EditStoreL();
    45 	CMsvStore* serviceEntryStore = aServiceEntry.EditStoreL();
    46 	CleanupStack::PushL(serviceEntryStore);
    46 	CleanupStack::PushL(serviceEntryStore);
    47 
    47 
    48 	if (!aPassword.Length())
    48 	if (!aPassword.Length())
    49 		{
    49 		{
    50 		//No password, so remove the password stream
    50 		//No password, so remove the password stream