Mercurial > hg > orthanc
comparison OrthancServer/Scheduler/ServerScheduler.h @ 2223:29689b30f9ae
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Dec 2016 15:28:05 +0100 |
parents | b1291df2f780 |
children | a3a65de1840f |
comparison
equal
deleted
inserted
replaced
2222:21713ce8717b | 2223:29689b30f9ae |
---|---|
80 | 80 |
81 void SubmitInternal(ServerJob& job, | 81 void SubmitInternal(ServerJob& job, |
82 bool watched); | 82 bool watched); |
83 | 83 |
84 public: | 84 public: |
85 ServerScheduler(unsigned int maxjobs); | 85 explicit ServerScheduler(unsigned int maxjobs); |
86 | 86 |
87 ~ServerScheduler(); | 87 ~ServerScheduler(); |
88 | 88 |
89 void Stop(); | 89 void Stop(); |
90 | 90 |