mirror of https://github.com/aria2/aria2
Make DownloadHandle class
parent
370584a12b
commit
16635f94ea
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue