changeset 1915:0d1235ca4abc

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Mar 2022 18:07:11 +0100
parents ebe4fd1ad311
children bd527bbc34df
files RenderingPlugin/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h
diffstat 1 files changed, 0 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/RenderingPlugin/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Sun Mar 20 18:01:57 2022 +0100
+++ b/RenderingPlugin/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Sun Mar 20 18:07:11 2022 +0100
@@ -1357,28 +1357,4 @@
                          IWebDavCollection& collection);
   };
 #endif
-
-
-#if HAS_ORTHANC_PLUGIN_WEBDAV == 1
-  class ReadOnlyWebDavCollection : public IWebDavCollection
-  {
-  public:
-    virtual bool StoreFile(const std::vector<std::string>& path,
-                           const void* data,
-                           size_t size)
-    {
-      return false;
-    }
-
-    virtual bool CreateFolder(const std::vector<std::string>& path)
-    {
-      return false;
-    }
-
-    virtual bool DeleteItem(const std::vector<std::string>& path)
-    {
-      return false;
-    }
-  };  
-#endif
 }