diff OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h @ 4348:93c281752e7a

reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Dec 2020 12:21:31 +0100
parents 0a4347203a7e
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h	Sun Dec 06 11:42:39 2020 +0100
+++ b/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h	Sun Dec 06 12:21:31 2020 +0100
@@ -37,7 +37,7 @@
     std::string      chunk_;
     size_t           chunkSize_;
 
-    void Initialize(const boost::filesystem::path& path) ORTHANC_LOCAL;
+    void Initialize(const boost::filesystem::path& path);
 
   public:
     explicit FilesystemHttpSender(const std::string& path);