~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to src/torrent/tracker_list.h

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#ifndef LIBTORRENT_TRACKER_LIST_H
38
38
#define LIBTORRENT_TRACKER_LIST_H
39
39
 
40
 
#include <inttypes.h>
 
40
#include <torrent/common.h>
41
41
 
42
42
namespace torrent {
43
43
 
44
44
class Tracker;
45
45
class TrackerManager;
46
46
 
47
 
class TrackerList {
 
47
class LIBTORRENT_EXPORT TrackerList {
48
48
public:
49
49
  TrackerList(TrackerManager* m = NULL) : m_manager(m) {}
50
50
 
70
70
  void                cycle_group(int group);
71
71
  void                manual_request(bool force);
72
72
 
 
73
  void                manual_cancel();
 
74
 
73
75
//   void                scrape();
74
76
 
75
77
  // Use some weird and unreliable heuristic to figure out which