comparison Core/FileStorage.h @ 146:c7f1cea08f6f

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 17:50:50 +0200
parents e7e19f042eb5
children 7e8b68dd6ace
comparison
equal deleted inserted replaced
145:efe5be1d6afc 146:c7f1cea08f6f
80 80
81 void Clear(); 81 void Clear();
82 82
83 void Remove(const std::string& uuid); 83 void Remove(const std::string& uuid);
84 84
85 void UncheckedRemove(const std::string& uuid);
86
85 uintmax_t GetCapacity() const; 87 uintmax_t GetCapacity() const;
86 88
87 uintmax_t GetAvailableSpace() const; 89 uintmax_t GetAvailableSpace() const;
88 90
89 std::string GetPath() const 91 std::string GetPath() const