Mercurial > hg > orthanc
changeset 7112:c155dfa1de8e
tagging SequentialExecutorService as ORTHANC_PUBLIC
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 14 Aug 2026 10:12:33 +0200 |
| parents | 8c497a722202 |
| children | 2f62c814aee2 |
| files | OrthancFramework/Sources/MultiThreading/SequentialExecutorService.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/MultiThreading/SequentialExecutorService.h Fri Aug 14 10:10:33 2026 +0200 +++ b/OrthancFramework/Sources/MultiThreading/SequentialExecutorService.h Fri Aug 14 10:12:33 2026 +0200 @@ -31,7 +31,7 @@ namespace Orthanc { - class SequentialExecutorService : public IExecutorService + class ORTHANC_PUBLIC SequentialExecutorService : public IExecutorService { private: class Future;
