/* */ #ifndef _D_BT_POST_DOWNLOAD_HANDLER_H_ #define _D_BT_POST_DOWNLOAD_HANDLER_H_ #include "PostDownloadHandler.h" namespace aria2 { class BtPostDownloadHandler:public PostDownloadHandler { public: BtPostDownloadHandler(); virtual ~BtPostDownloadHandler(); virtual void getNextRequestGroups(std::vector >& groups, RequestGroup* requestGroup); }; } // namespace aria2 #endif // _D_BT_POST_DOWNLOAD_HANDLER_H_