web_plat/cod_handler_api/inc/HttpDownloadData.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
--- a/web_plat/cod_handler_api/inc/HttpDownloadData.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/web_plat/cod_handler_api/inc/HttpDownloadData.h	Fri Mar 19 09:52:28 2010 +0200
@@ -15,6 +15,8 @@
 *
 */
 
+
+
 #ifndef HTTPDOWNLOADDATA_H
 #define HTTPDOWNLOADDATA_H
 
@@ -222,9 +224,9 @@
         
         /**
         * Get Destination Removable.
-        * @return iDesRemovableStatus.
+        * @return iDesRemovable.
         */
-        inline TBool DesRemovable() const { return ( KDriveAttRemovable == iDesRemovableStatus ) ? ETrue : EFalse ; }
+        inline TBool DesRemovable() const { return iDesRemovable; }
         
         /**
         * Get Last Error Id.
@@ -386,7 +388,7 @@
         * Set destination removable attribute.
         * @param aDesRemovable Whether removable media drive.
         */
-        virtual void SetDesRemovable( TInt32 aDesRemovable ) = 0;
+        virtual void SetDesRemovable( TBool aDesRemovable ) = 0;
         
         /**
         * Set last error id attribute.
@@ -428,7 +430,7 @@
         TBool iRedirected;			///< Is Redirected?
         HBufC* iDestFilename;		///< Media Destination Filename.
         TInt iDownloadedSize;       ///<The media track downloaded size.Should be equal to iSize when download completed successfully
-        TInt32 iDesRemovableStatus; ///< Is file stored on removable media?
+        TBool iDesRemovable;		///< Is file stored on removable media?
         TInt iLastErrorId;			///< THttpDownloadMgrError.
         TInt iGlobalErrorId;		///< Global Error Id.
         TBool iPausable;			///< Is Media-Download Pausable?