/* */ #ifndef _D_BT_POST_DOWNLOAD_HANDLER_H_ #define _D_BT_POST_DOWNLOAD_HANDLER_H_ #include "PostDownloadHandler.h" class BtPostDownloadHandler:public PostDownloadHandler { public: BtPostDownloadHandler(); virtual ~BtPostDownloadHandler(); virtual RequestGroups getNextRequestGroups(RequestGroup* requestGroup); }; typedef SharedHandle BtPostDownloadHandlerHandle; #endif // _D_BT_POST_DOWNLOAD_HANDLER_H_