browserutilities/downloadmgr/DownloadMgrServEng/Inc/DownloadDataServ.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Implements CDownloadDataServ
    14 * Description:  Implements CDownloadDataServ
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
       
    19 
    18 #ifndef DOWNLOAD_DATA_SERV_H
    20 #ifndef DOWNLOAD_DATA_SERV_H
    19 #define DOWNLOAD_DATA_SERV_H
    21 #define DOWNLOAD_DATA_SERV_H
    20 
    22 
    21 //  INCLUDES
    23 //  INCLUDES
    22 #include <e32base.h>
    24 #include <e32base.h>
    23 #include <httpdownloaddata.h>
    25 #include "HttpDownloadData.h"
    24 
    26 
    25 // CONSTANTS
    27 // CONSTANTS
    26 
    28 
    27 // FORWARD DECLARATIONS
    29 // FORWARD DECLARATIONS
    28 
    30 
   181         
   183         
   182         /**
   184         /**
   183         * Set destination removable attribute.
   185         * Set destination removable attribute.
   184         * @param aDesRemovable Whether removable media drive.
   186         * @param aDesRemovable Whether removable media drive.
   185         */
   187         */
   186         void SetDesRemovable( TInt32 aDesRemovable );
   188         void SetDesRemovable( TBool aDesRemovable );
   187         
   189         
   188         /**
   190         /**
   189         * Set last error id attribute.
   191         * Set last error id attribute.
   190         * @param aLastErrorId Last error ID.
   192         * @param aLastErrorId Last error ID.
   191         */
   193         */