equal
deleted
inserted
replaced
205 |
205 |
206 |
206 |
207 |
207 |
208 if(iDownloadPaused) |
208 if(iDownloadPaused) |
209 { |
209 { |
210 iEng->Start(aParams,&iStatus); |
210 iEng->Start(iParams,&iStatus); |
211 SetActive(); |
211 SetActive(); |
212 iState = ELoad; |
212 iState = ELoad; |
213 iProgress.iState = TCodDownloadProgress::EInProgress; |
213 iProgress.iState = TCodDownloadProgress::EInProgress; |
214 TRAP_IGNORE( iObserver.CodEventL( iProxy, MCodDownloadObserver::EStart ) ); |
214 TRAP_IGNORE( iObserver.CodEventL( iProxy, MCodDownloadObserver::EStart ) ); |
215 return; |
215 return; |