diff Core/FileStorage.h @ 142:e7e19f042eb5

fix
author jodogne
date Thu, 11 Oct 2012 13:57:56 +0200
parents fe180eae201d
children 7e8b68dd6ace
line wrap: on
line diff
--- a/Core/FileStorage.h	Wed Oct 10 18:22:33 2012 +0200
+++ b/Core/FileStorage.h	Thu Oct 11 13:57:56 2012 +0200
@@ -82,6 +82,8 @@
 
     void Remove(const std::string& uuid);
 
+    void UncheckedRemove(const std::string& uuid);
+
     uintmax_t GetCapacity() const;
 
     uintmax_t GetAvailableSpace() const;