diff -r cb62a4f66ebe -r 6297cdf66332 web_plat/cod_handler_api/inc/HttpDownloadData.h --- a/web_plat/cod_handler_api/inc/HttpDownloadData.h Thu Jan 07 13:31:38 2010 +0200 +++ b/web_plat/cod_handler_api/inc/HttpDownloadData.h Mon Jan 18 21:20:18 2010 +0200 @@ -222,9 +222,9 @@ /** * Get Destination Removable. - * @return iDesRemovable. + * @return iDesRemovableStatus. */ - inline TBool DesRemovable() const { return iDesRemovable; } + inline TBool DesRemovable() const { return ( KDriveAttRemovable == iDesRemovableStatus ) ? ETrue : EFalse ; } /** * Get Last Error Id. @@ -386,7 +386,7 @@ * Set destination removable attribute. * @param aDesRemovable Whether removable media drive. */ - virtual void SetDesRemovable( TBool aDesRemovable ) = 0; + virtual void SetDesRemovable( TInt32 aDesRemovable ) = 0; /** * Set last error id attribute. @@ -428,7 +428,7 @@ TBool iRedirected; ///< Is Redirected? HBufC* iDestFilename; ///< Media Destination Filename. TInt iDownloadedSize; ///