comparison OrthancFramework/Sources/HttpServer/WebDavStorage.h @ 4253:2221051b42df

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 20:08:44 +0200
parents c8754c4c1862
children d9473bd5ed43
comparison
equal deleted inserted replaced
4252:f047e2734655 4253:2221051b42df
40 boost::shared_ptr<StorageFolder> root_; // PImpl 40 boost::shared_ptr<StorageFolder> root_; // PImpl
41 boost::recursive_mutex mutex_; 41 boost::recursive_mutex mutex_;
42 bool isMemory_; 42 bool isMemory_;
43 43
44 public: 44 public:
45 WebDavStorage(bool isMemory); 45 explicit WebDavStorage(bool isMemory);
46 46
47 virtual bool IsExistingFolder(const std::vector<std::string>& path) ORTHANC_OVERRIDE; 47 virtual bool IsExistingFolder(const std::vector<std::string>& path) ORTHANC_OVERRIDE;
48 48
49 virtual bool ListCollection(Collection& collection, 49 virtual bool ListCollection(Collection& collection,
50 const std::vector<std::string>& path) ORTHANC_OVERRIDE; 50 const std::vector<std::string>& path) ORTHANC_OVERRIDE;