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