Changeset 1058 for trunk/libtorrent/src/download/download_main.h
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/download/download_main.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/download/download_main.h
r1016 r1058 66 66 class DownloadInfo; 67 67 class ThrottleList; 68 class InitialSeeding; 68 69 69 70 class DownloadMain { … … 95 96 96 97 have_queue_type* have_queue() { return &m_haveQueue; } 98 99 InitialSeeding* initial_seeding() { return m_initialSeeding; } 100 bool start_initial_seeding(); 101 void initial_seeding_done(PeerConnectionBase* pcb); 97 102 98 103 ConnectionList* connection_list() { return m_connectionList; } … … 158 163 Delegator m_delegator; 159 164 have_queue_type m_haveQueue; 165 InitialSeeding* m_initialSeeding; 160 166 161 167 ConnectionList* m_connectionList;
