Changeset 1022 for trunk/rtorrent/src/core/download_store.h
- Timestamp:
- 12/23/07 14:12:23 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/core/download_store.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/core/download_store.h
r938 r1022 40 40 #include <string> 41 41 42 #include "utils/directory.h"43 42 #include "utils/lockfile.h" 43 44 namespace utils { 45 class Directory; 46 } 44 47 45 48 namespace core { … … 64 67 utils::Directory get_formated_entries(); 65 68 69 static bool is_correct_format(const std::string& f); 70 66 71 private: 67 static bool is_correct_format(std::string f);68 72 std::string create_filename(Download* d); 69 73
