/* */ #ifndef _D_CHECK_INTEGRITY_DISPATCHER_COMMAND_H_ #define _D_CHECK_INTEGRITY_DISPATCHER_COMMAND_H_ #include "SequentialDispatcherCommand.h" #include "CheckIntegrityMan.h" namespace aria2 { class CheckIntegrityEntry; class CheckIntegrityDispatcherCommand : public SequentialDispatcherCommand { public: CheckIntegrityDispatcherCommand (int32_t cuid, const SharedHandle& checkMan, DownloadEngine* e); protected: virtual Command* createCommand (const SharedHandle& entry); }; } // namespace aria2 #endif // _D_CHECK_INTEGRITY_DISPATCHER_COMMAND_H_