comparison Core/FileStorage.h @ 142:e7e19f042eb5

fix
author jodogne
date Thu, 11 Oct 2012 13:57:56 +0200
parents fe180eae201d
children 7e8b68dd6ace
comparison
equal deleted inserted replaced
141:24681d35bad9 142:e7e19f042eb5
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