diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp --- a/browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/downloadmgr/DownloadMgrServEng/Src/DownloadDataServ.cpp Wed Sep 01 12:28:30 2010 +0100 @@ -15,16 +15,12 @@ * */ - - // INCLUDE FILES #include #include "DownloadDataServ.h" - // CONSTANTS - // --------------------------------------------------------- // CMediaDataServ::NewL() // Two-phase Constructor - Creates object from stream @@ -256,10 +252,10 @@ // CMediaDataServ::SetDesRemovable() // --------------------------------------------------------- // -void CMediaDataServ::SetDesRemovable( TBool aDesRemovable ) - { - iDesRemovable = aDesRemovable; - } +void CMediaDataServ::SetDesRemovable( TInt32 aDesRemovable ) + { + iDesRemovableStatus = aDesRemovable; + } // --------------------------------------------------------- // CMediaDataServ::SetLastErrorId() @@ -380,7 +376,7 @@ iRedirected = aStream.ReadInt32L(); iDestFilename = HBufC::NewL(aStream, KMaxFileName); iDownloadedSize = aStream.ReadInt32L(); - iDesRemovable = aStream.ReadInt32L(); + iDesRemovableStatus = aStream.ReadInt32L(); iLastErrorId = aStream.ReadInt32L(); iGlobalErrorId = aStream.ReadInt32L(); iPausable = aStream.ReadInt32L();