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