/* */ #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::vector& commands, DownloadEngine* e); virtual void onDownloadIncomplete(std::vector& commands, DownloadEngine* e); }; typedef SharedHandle BtCheckIntegrityEntryHandle; } // namespace aria2 #endif // D_BT_FILE_ALLOCATION_ENTRY_H