localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp
changeset 21 23264c07fd05
parent 0 c3e98f10fcf4
equal deleted inserted replaced
18:6743bfee309e 21:23264c07fd05
   401         bytesSent = iPutObject->BytesSent();
   401         bytesSent = iPutObject->BytesSent();
   402         }
   402         }
   403 
   403 
   404     FTRACE(FPrint(_L("[BTSU]\t CBTServiceClient::GetProgressStatus() completed, bytes sent %d"), iTotalBytesSent + bytesSent ) );
   404     FTRACE(FPrint(_L("[BTSU]\t CBTServiceClient::GetProgressStatus() completed, bytes sent %d"), iTotalBytesSent + bytesSent ) );
   405 
   405 
   406     return iTotalBytesSent + bytesSent;
   406    // return iTotalBytesSent + bytesSent;
       
   407     return bytesSent;
   407     }
   408     }
   408 
   409 
   409 // -----------------------------------------------------------------------------
   410 // -----------------------------------------------------------------------------
   410 // CBTServiceClient::GetUserPasswordL
   411 // CBTServiceClient::GetUserPasswordL
   411 // -----------------------------------------------------------------------------
   412 // -----------------------------------------------------------------------------