comparison Framework/Loaders/DicomStructureSetLoader.cpp @ 935:401808e7ff2e toa2019072901

Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 29 Jul 2019 15:39:11 +0200
parents 2b245953b44b
children 86ac61a040c9
comparison
equal deleted inserted replaced
934:094d10ed7ec2 935:401808e7ff2e
231 countReferencedInstances_(0) 231 countReferencedInstances_(0)
232 { 232 {
233 } 233 }
234 234
235 235
236 DicomStructureSetLoader::~DicomStructureSetLoader()
237 {
238 LOG(TRACE) << "DicomStructureSetLoader::~DicomStructureSetLoader()";
239 }
240
236 void DicomStructureSetLoader::LoadInstance(const std::string& instanceId) 241 void DicomStructureSetLoader::LoadInstance(const std::string& instanceId)
237 { 242 {
238 Start(); 243 Start();
239 244
240 instanceId_ = instanceId; 245 instanceId_ = instanceId;