comparison OrthancFramework/Sources/HttpServer/IWebDavBucket.h @ 4943:47d734fa30f6

adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Mar 2022 17:21:02 +0100
parents 43e613a7756b
children 0ea402b4d901
comparison
equal deleted inserted replaced
4942:bd7ad1cb40b6 4943:47d734fa30f6
115 MimeType GetMimeType() const 115 MimeType GetMimeType() const
116 { 116 {
117 return mime_; 117 return mime_;
118 } 118 }
119 119
120 void SetCreated(bool created);
121
122 virtual void Format(pugi::xml_node& node, 120 virtual void Format(pugi::xml_node& node,
123 const std::string& parentPath) const ORTHANC_OVERRIDE; 121 const std::string& parentPath) const ORTHANC_OVERRIDE;
124 }; 122 };
125 123
126 124