#include InfoHash TestTorrent::info_hash() { return InfoHash(); } TorrentStatus TestTorrent::status(int type) { return TorrentStatus(); } bool TestTorrent::is_valid() { return valid; }