/* */ #ifndef _D_TORRENT_CONSOLE_DOWNLOAD_ENGINE_H_ #define _D_TORRENT_CONSOLE_DOWNLOAD_ENGINE_H_ #include "TorrentDownloadEngine.h" class TorrentConsoleDownloadEngine : public TorrentDownloadEngine { protected: virtual void sendStatistics(); public: TorrentConsoleDownloadEngine(); ~TorrentConsoleDownloadEngine(); virtual void afterEachIteration(); }; #endif // _D_TORRENT_CONSOLE_DOWNLOAD_ENGINE_H_