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