mtpfws/mtpfw/src/cmtpframeworkconfig.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
child 18 453dfc402455
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
   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