messagingappbase/obexmtms/obexmtm/obexutil/source/obexpasswordexternaliser.cpp
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
    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