/* */ #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::deque >& groups, RequestGroup* requestGroup); }; typedef SharedHandle BtPostDownloadHandlerHandle; } // namespace aria2 #endif // _D_BT_POST_DOWNLOAD_HANDLER_H_