|
@@ -420,11 +420,12 @@ enum DownloadStatus {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * @struct
|
|
|
|
|
|
|
+ * @class
|
|
|
*
|
|
*
|
|
|
* The interface to get information of download item.
|
|
* The interface to get information of download item.
|
|
|
*/
|
|
*/
|
|
|
-struct DownloadHandle {
|
|
|
|
|
|
|
+class DownloadHandle {
|
|
|
|
|
+public:
|
|
|
virtual ~DownloadHandle() {}
|
|
virtual ~DownloadHandle() {}
|
|
|
/**
|
|
/**
|
|
|
* Returns status of this download.
|
|
* Returns status of this download.
|