mmsengine/mmshttptransport/src/mmstransaction.cpp
branchRCL_3
changeset 27 7fdbb852d323
parent 26 ebe688cedc25
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
   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.