DownloadsParse.h 208 B

12345678910111213
  1. #ifndef NULLSOFT_DOWNLOADSPARSEH
  2. #define NULLSOFT_DOWNLOADSPARSEH
  3. #include "DownloadThread.h"
  4. class DownloadsParse : public DownloadThread
  5. {
  6. public:
  7. virtual void ReadNodes(const wchar_t *url);
  8. };
  9. #endif