Mercurial > hg > orthanc
changeset 6642:7c587343e308
make class public to try to solve VS2008 unresolved function
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 30 Mar 2026 11:36:16 +0200 |
| parents | 6460dcea0aa5 |
| children | 4f05311b113b |
| files | OrthancServer/Sources/ServerJobs/StoreJob.h |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <vector> @@ -33,9 +33,8 @@ namespace Orthanc { class ServerContext; - class ThreadedInstancesLoader; - class StoreJob : public SetOfInstancesJob + class ORTHANC_PUBLIC StoreJob : public SetOfInstancesJob { protected: ServerContext& context_;
