equal
deleted
inserted
replaced
194 iStatusCode = aError; |
194 iStatusCode = aError; |
195 iContentType = NULL; |
195 iContentType = NULL; |
196 |
196 |
197 if (iParentObserver) |
197 if (iParentObserver) |
198 { |
198 { |
199 //iContent = NULL; To fix EPSK-76XFAN |
199 iContent = apErrorBody; // To fix EPSK-76XFAN |
200 iParentObserver->ResponseErrorL( aId, aError, apErrorBody, aHttpProperties); |
200 iParentObserver->ResponseErrorL( aId, aError, apErrorBody, aHttpProperties); |
201 iContent = apErrorBody; // To fix EPSK-76XFAN |
|
202 } |
201 } |
203 else |
202 else |
204 { |
203 { |
205 iContent = apErrorBody; |
204 iContent = apErrorBody; |
206 } |
205 } |