codhandler/codeng/src/DownloadDataClient.cpp
changeset 38 6297cdf66332
parent 37 cb62a4f66ebe
child 65 5bfc169077b2
--- a/codhandler/codeng/src/DownloadDataClient.cpp	Thu Jan 07 13:31:38 2010 +0200
+++ b/codhandler/codeng/src/DownloadDataClient.cpp	Mon Jan 18 21:20:18 2010 +0200
@@ -105,7 +105,7 @@
     bytes += sizeof(iRedirected);
     bytes += iDestFilename->Size();
     bytes += sizeof(iDownloadedSize);
-    bytes += sizeof(iDesRemovable);
+    bytes += sizeof(iDesRemovableStatus);
     bytes += sizeof(iLastErrorId);
     bytes += sizeof(iGlobalErrorId);
     bytes += sizeof(iPausable);
@@ -304,10 +304,10 @@
 // CMediaDataClient::SetDesRemovable()
 // ---------------------------------------------------------
 //
-void CMediaDataClient::SetDesRemovable( TBool aDesRemovable )
-	{
-	iDesRemovable = aDesRemovable;
-	}
+void CMediaDataClient::SetDesRemovable( TInt32 aDesRemovable )
+    {
+    iDesRemovableStatus = aDesRemovable;
+    }
 
 // ---------------------------------------------------------
 // CMediaDataClient::SetLastErrorId()
@@ -499,7 +499,7 @@
     aStream.WriteInt32L(iDownloadedSize);
     
     // iDesRemovable
-    aStream.WriteInt32L(iDesRemovable);
+    aStream.WriteInt32L(iDesRemovableStatus);
     
     // iLastErrorId
     aStream.WriteInt32L(iLastErrorId);