Changeset 1021 for trunk/libtorrent/src/torrent/data/file_list.h
- Timestamp:
- 12/23/07 03:05:00 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/torrent/data/file_list.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/torrent/data/file_list.h
r1017 r1021 142 142 void update_paths(iterator first, iterator last); 143 143 144 void set_file_completed_chunks(iterator itr, uint32_t v); 144 bool make_root_path(); 145 bool make_all_paths(); 145 146 146 147 protected: … … 152 153 void open(int flags) LIBTORRENT_NO_EXPORT; 153 154 void close() LIBTORRENT_NO_EXPORT; 154 155 bool resize_all() LIBTORRENT_NO_EXPORT;156 155 157 156 Bitfield* mutable_bitfield() { return &m_bitfield; } … … 170 169 void make_directory(Path::const_iterator pathBegin, Path::const_iterator pathEnd, Path::const_iterator startItr) LIBTORRENT_NO_EXPORT; 171 170 MemoryChunk create_chunk_part(FileList::iterator itr, uint64_t offset, uint32_t length, int prot) LIBTORRENT_NO_EXPORT; 172 173 void set_match_depth(File* left, File* right);174 171 175 172 bool m_isOpen;
