sdkcreationmw/sdkruntimes/wsock/src/WinsockInterface.cpp
changeset 4 b3b823debf08
parent 1 ac50fd48361b
equal deleted inserted replaced
3:ba779db5b8c5 4:b3b823debf08
   172         TUint delta = iBytesSent - iBytesSentMark;
   172         TUint delta = iBytesSent - iBytesSentMark;
   173         if (delta >= iBytesSentGranularity)
   173         if (delta >= iBytesSentGranularity)
   174         {
   174         {
   175             int chunks = delta/iBytesSentGranularity;
   175             int chunks = delta/iBytesSentGranularity;
   176             iBytesSentMark += chunks*iBytesSentGranularity;
   176             iBytesSentMark += chunks*iBytesSentGranularity;
   177             iNotify->NotifyDataSent(KWinsockSubConnectionId,
   177             //
   178                 delta*iBytesSentGranularity);
   178             // Workaround for  Bug 3917 -  CWinsockInterface::DataSent calls NotifyDataSent which is not implemented.
       
   179             //
       
   180             // iNotify->NotifyDataSent(KWinsockSubConnectionId,
       
   181             //    delta*iBytesSentGranularity);
   179         }
   182         }
   180     }
   183     }
   181 }
   184 }
   182 
   185 
   183 void CWinsockInterface::DataReceived(TUint aBytes)
   186 void CWinsockInterface::DataReceived(TUint aBytes)