*** empty log message ***
This commit is contained in:
@@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/filesystem/convenience.hpp>
|
||||
|
||||
#include "libtorrent/torrent_handle.hpp"
|
||||
#include "libtorrent/session.hpp"
|
||||
#include "libtorrent/torrent_info.hpp"
|
||||
#include "libtorrent/url_handler.hpp"
|
||||
@@ -400,5 +401,13 @@ namespace libtorrent
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: temporary implementation. Should count the actually
|
||||
// verified pieces and should support the different states
|
||||
// a torrent can be in.
|
||||
std::pair<torrent_handle::state_t, float> torrent::status() const
|
||||
{
|
||||
return std::make_pair(torrent_handle::downloading, 0.f);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user