equal
deleted
inserted
replaced
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 |