/* */ #ifndef _D_BT_CHECK_INTEGRITY_ENTRY_H_ #define _D_BT_CHECK_INTEGRITY_ENTRY_H_ #include "PieceHashCheckIntegrityEntry.h" namespace aria2 { class BtCheckIntegrityEntry : public PieceHashCheckIntegrityEntry { public: BtCheckIntegrityEntry(RequestGroup* requestGroup); virtual ~BtCheckIntegrityEntry(); virtual void onDownloadFinished(std::deque& commands, DownloadEngine* e); virtual void onDownloadIncomplete(std::deque& commands, DownloadEngine* e); }; typedef SharedHandle BtCheckIntegrityEntryHandle; } // namespace aria2 #endif // _D_BT_FILE_ALLOCATION_ENTRY_H_