browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 38 6297cdf66332
child 94 919f36ff910f
--- a/browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp	Tue Aug 31 16:17:46 2010 +0300
@@ -15,12 +15,16 @@
 *
 */
 
+
+
 // INCLUDE FILES
 #include <s32mem.h>
 #include "DownloadDataServ.h"
 
+
 // CONSTANTS
 
+
 // ---------------------------------------------------------
 // CMediaDataServ::NewL()
 // Two-phase Constructor - Creates object from stream
@@ -252,10 +256,10 @@
 // CMediaDataServ::SetDesRemovable()
 // ---------------------------------------------------------
 //
-void CMediaDataServ::SetDesRemovable( TInt32 aDesRemovable )
-    {
-    iDesRemovableStatus = aDesRemovable;
-    }
+void CMediaDataServ::SetDesRemovable( TBool aDesRemovable )
+	{
+	iDesRemovable = aDesRemovable;
+	}
 
 // ---------------------------------------------------------
 // CMediaDataServ::SetLastErrorId()
@@ -376,7 +380,7 @@
     iRedirected = aStream.ReadInt32L();
     iDestFilename = HBufC::NewL(aStream, KMaxFileName);
     iDownloadedSize = aStream.ReadInt32L();
-    iDesRemovableStatus = aStream.ReadInt32L();
+    iDesRemovable = aStream.ReadInt32L();
     iLastErrorId = aStream.ReadInt32L();
     iGlobalErrorId = aStream.ReadInt32L();
     iPausable = aStream.ReadInt32L();