Mercurial > hg > orthanc
comparison OrthancServer/ServerJobs/DicomModalityStoreJob.cpp @ 2812:ea7aea6f6a95
improved naming of methods in IJob
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Sep 2018 16:23:40 +0200 |
parents | 7cfc8d266f41 |
children | ff0ed5ea9e4e |
comparison
equal
deleted
inserted
replaced
2811:7cfc8d266f41 | 2812:ea7aea6f6a95 |
---|---|
162 moveOriginatorId_ = static_cast<uint16_t>(id); | 162 moveOriginatorId_ = static_cast<uint16_t>(id); |
163 moveOriginatorAet_ = aet; | 163 moveOriginatorAet_ = aet; |
164 } | 164 } |
165 } | 165 } |
166 | 166 |
167 void DicomModalityStoreJob::ReleaseResources(JobReleaseReason reason) // For pausing jobs | 167 void DicomModalityStoreJob::Stop(JobStopReason reason) // For pausing jobs |
168 { | 168 { |
169 connection_.reset(NULL); | 169 connection_.reset(NULL); |
170 } | 170 } |
171 | 171 |
172 | 172 |