# HG changeset patch # User Sebastien Jodogne # Date 1605177644 -3600 # Node ID 0a4347203a7e67bfe514527812003328290e5312 # Parent 91554aecff9a7a8854cf1792bf15e2693a4e332b hiding some symbols using boos diff -r 91554aecff9a -r 0a4347203a7e OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h --- a/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h Mon Nov 09 16:09:05 2020 +0100 +++ b/OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h Thu Nov 12 11:40:44 2020 +0100 @@ -37,12 +37,12 @@ std::string chunk_; size_t chunkSize_; - void Initialize(const boost::filesystem::path& path); + void Initialize(const boost::filesystem::path& path) ORTHANC_LOCAL; public: explicit FilesystemHttpSender(const std::string& path); - explicit FilesystemHttpSender(const boost::filesystem::path& path); + explicit FilesystemHttpSender(const boost::filesystem::path& path) ORTHANC_LOCAL; FilesystemHttpSender(const std::string& path, MimeType contentType); diff -r 91554aecff9a -r 0a4347203a7e OrthancFramework/Sources/JobsEngine/JobInfo.h --- a/OrthancFramework/Sources/JobsEngine/JobInfo.h Mon Nov 09 16:09:05 2020 +0100 +++ b/OrthancFramework/Sources/JobsEngine/JobInfo.h Thu Nov 12 11:40:44 2020 +0100 @@ -49,7 +49,7 @@ const JobStatus& status, const boost::posix_time::ptime& creationTime, const boost::posix_time::ptime& lastStateChangeTime, - const boost::posix_time::time_duration& runtime); + const boost::posix_time::time_duration& runtime) ORTHANC_LOCAL; JobInfo();