mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
changeset 33 883e91c086aa
parent 0 d0791faffa3f
child 40 453dfc402455
child 47 63cf70d3ecd8
equal deleted inserted replaced
28:85e0c0339cc3 33:883e91c086aa
   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