/* */ #ifndef _D_PIECE_HASH_CHECK_INTEGRITY_ENTRY_H_ #define _D_PIECE_HASH_CHECK_INTEGRITY_ENTRY_H_ #include "CheckIntegrityEntry.h" namespace aria2 { class PieceHashCheckIntegrityEntry : public CheckIntegrityEntry { public: PieceHashCheckIntegrityEntry(RequestGroup* requestGroup, Command* nextCommand = 0); virtual ~PieceHashCheckIntegrityEntry(); virtual bool isValidationReady(); virtual void initValidator(); }; } // namespace aria2 #endif // _D_PIECE_HASH_CHECK_INTEGRITY_ENTRY_H_