codhandler/codeng/inc/DownloadDataClient.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    15 *      Declaration of class CDownloadDataClient.
    15 *      Declaration of class CDownloadDataClient.
    16 *      
    16 *      
    17 *
    17 *
    18 */
    18 */
    19 
    19 
       
    20 
    20 #ifndef DOWNLOAD_DATA_CLIENT_H
    21 #ifndef DOWNLOAD_DATA_CLIENT_H
    21 #define DOWNLOAD_DATA_CLIENT_H
    22 #define DOWNLOAD_DATA_CLIENT_H
    22 
    23 
    23 // INCLUDES
    24 // INCLUDES
    24 
    25 
    25 #include <e32base.h>
    26 #include <e32base.h>
    26 #include <httpdownloaddata.h>
    27 #include "HttpDownloadData.h"
    27 
    28 
    28 // ================= CONSTANTS =======================
    29 // ================= CONSTANTS =======================
    29 
    30 
    30 // FORWARD DECLARATION
    31 // FORWARD DECLARATION
    31 
    32 
   198         
   199         
   199         /**
   200         /**
   200         * Set destination removable attribute.
   201         * Set destination removable attribute.
   201         * @param aDesRemovable Whether removable media drive.
   202         * @param aDesRemovable Whether removable media drive.
   202         */
   203         */
   203         void SetDesRemovable( TInt32 aDesRemovable );
   204         void SetDesRemovable( TBool aDesRemovable );
   204         
   205         
   205         /**
   206         /**
   206         * Set last error id attribute.
   207         * Set last error id attribute.
   207         * @param aLastErrorId Last error ID.
   208         * @param aLastErrorId Last error ID.
   208         */
   209         */