diff 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/IWebDavBucket.h	Wed Mar 16 10:55:13 2022 +0100
+++ b/OrthancFramework/Sources/HttpServer/IWebDavBucket.h	Wed Mar 16 17:21:02 2022 +0100
@@ -117,8 +117,6 @@
         return mime_;
       }
 
-      void SetCreated(bool created);
-
       virtual void Format(pugi::xml_node& node,
                           const std::string& parentPath) const ORTHANC_OVERRIDE;
     };