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