/* */ #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