comparison Core/FileStorage.h @ 147:7e8b68dd6ace

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 18:02:23 +0200
parents e7e19f042eb5
children de640de989b8
comparison
equal deleted inserted replaced
146:c7f1cea08f6f 147:7e8b68dd6ace
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
87 uintmax_t GetCapacity() const; 85 uintmax_t GetCapacity() const;
88 86
89 uintmax_t GetAvailableSpace() const; 87 uintmax_t GetAvailableSpace() const;
90 88
91 std::string GetPath() const 89 std::string GetPath() const