# HG changeset patch # User Alain Mazy # Date 1774863376 -7200 # Node ID 7c587343e3088601bf76be958362ac0b54370934 # Parent 6460dcea0aa52ed72dfd106e27781f07903ab5fe make class public to try to solve VS2008 unresolved function diff -r 6460dcea0aa5 -r 7c587343e308 OrthancServer/Sources/ServerJobs/StoreJob.h --- a/OrthancServer/Sources/ServerJobs/StoreJob.h Mon Mar 30 10:46:07 2026 +0200 +++ b/OrthancServer/Sources/ServerJobs/StoreJob.h Mon Mar 30 11:36:16 2026 +0200 @@ -25,7 +25,7 @@ #include "../../../OrthancFramework/Sources/Compatibility.h" #include "../../../OrthancFramework/Sources/JobsEngine/SetOfInstancesJob.h" -#include "../../../OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.h" +#include "../../../OrthancFramework/Sources/FileStorage/FileInfo.h" #include "ThreadedInstancesLoader.h" #include @@ -33,9 +33,8 @@ namespace Orthanc { class ServerContext; - class ThreadedInstancesLoader; - class StoreJob : public SetOfInstancesJob + class ORTHANC_PUBLIC StoreJob : public SetOfInstancesJob { protected: ServerContext& context_;