comparison Core/FileStorage/FilesystemStorage.h @ 1250:2ffe07abd9d8

removal of const on IStorageArea::Read()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Jan 2015 11:14:58 +0100
parents 67c3c1e4a6e0
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1249:40725595aaf0 1250:2ffe07abd9d8
58 size_t size, 58 size_t size,
59 FileContentType type); 59 FileContentType type);
60 60
61 virtual void Read(std::string& content, 61 virtual void Read(std::string& content,
62 const std::string& uuid, 62 const std::string& uuid,
63 FileContentType type) const; 63 FileContentType type);
64 64
65 virtual void Remove(const std::string& uuid, 65 virtual void Remove(const std::string& uuid,
66 FileContentType type); 66 FileContentType type);
67 67
68 void ListAllFiles(std::set<std::string>& result) const; 68 void ListAllFiles(std::set<std::string>& result) const;