mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
changeset 29 3ae5cb0b4c02
parent 0 d0791faffa3f
child 40 453dfc402455
child 47 63cf70d3ecd8
equal deleted inserted replaced
20:6e82ae192c3a 29:3ae5cb0b4c02
   178 		{
   178 		{
   179 		User::Leave(err);
   179 		User::Leave(err);
   180 		}
   180 		}
   181     
   181     
   182     //Save the AbnormalDown state to ETrue
   182     //Save the AbnormalDown state to ETrue
   183     User::LeaveIfError(iRepository->Set(EAbnormalDown, KStartupInitValue ));
   183     //if connect the phone to PC while backup, this will leave.
   184 
   184     TRAP_IGNORE(iRepository->Set(EAbnormalDown, KStartupInitValue ));
   185     }
   185     }
   186 
   186