/* */ #ifndef _D_BT_CHECK_INTEGRITY_ENTRY_H_ #define _D_BT_CHECK_INTEGRITY_ENTRY_H_ #include "CheckIntegrityEntry.h" class BtCheckIntegrityEntry : public CheckIntegrityEntry { public: BtCheckIntegrityEntry(RequestGroup* requestGroup); virtual ~BtCheckIntegrityEntry(); virtual Commands onDownloadFinished(DownloadEngine* e); virtual Commands onDownloadIncomplete(DownloadEngine* e); }; typedef SharedHandle BtCheckIntegrityEntryHandle; #endif // _D_BT_FILE_ALLOCATION_ENTRY_H_