webservices/wshttpchanneltransportplugin/src/senhttpsyncrequester.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
child 9 6abf3d6055cd
equal deleted inserted replaced
0:62f9d29f7211 1:272b002df977
   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         }