equal
deleted
inserted
replaced
510 // Completion came from HTTP stack |
510 // Completion came from HTTP stack |
511 // go through switch based on event status |
511 // go through switch based on event status |
512 // |
512 // |
513 switch ( iEvent.iStatus ) |
513 switch ( iEvent.iStatus ) |
514 { |
514 { |
515 // Successful case |
515 // Successfull case |
516 case THTTPEvent::ESucceeded: |
516 case THTTPEvent::ESucceeded: |
517 { |
517 { |
518 iRetryCount = 0; |
518 iRetryCount = 0; |
519 iSuspendOccurred = EFalse; |
519 iSuspendOccurred = EFalse; |
520 iError = KErrNone; // successful. |
520 iError = KErrNone; // successful. |