Make DownloadHandle class

pull/89/head
Tatsuhiro Tsujikawa 2013-05-10 00:00:36 +09:00
parent 370584a12b
commit 16635f94ea
1 changed files with 3 additions and 2 deletions

View File

@ -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.