mmsengine/mmshttptransport/src/mmstransaction.cpp
changeset 79 2981cb3aa489
parent 23 238255e8b033
equal deleted inserted replaced
25:84d9eb65b26f 79:2981cb3aa489
   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.