comparison OrthancFramework/Sources/HttpServer/WebDavStorage.h @ 4232:688435755466

added DELETE in WebDAV, first working virtual filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Oct 2020 13:00:57 +0200
parents b313a0001893
children c8754c4c1862
comparison
equal deleted inserted replaced
4231:290ffcb0a147 4232:688435755466
57 virtual bool StoreFile(const std::string& content, 57 virtual bool StoreFile(const std::string& content,
58 const std::vector<std::string>& path) ORTHANC_OVERRIDE; 58 const std::vector<std::string>& path) ORTHANC_OVERRIDE;
59 59
60 virtual bool CreateFolder(const std::vector<std::string>& path) ORTHANC_OVERRIDE; 60 virtual bool CreateFolder(const std::vector<std::string>& path) ORTHANC_OVERRIDE;
61 61
62 virtual bool DeleteItem(const std::vector<std::string>& path) ORTHANC_OVERRIDE;
63
62 virtual void Start() ORTHANC_OVERRIDE 64 virtual void Start() ORTHANC_OVERRIDE
63 { 65 {
64 } 66 }
65 67
66 virtual void Stop() ORTHANC_OVERRIDE 68 virtual void Stop() ORTHANC_OVERRIDE