comparison Framework/Layers/SingleFrameRendererFactory.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
27 27
28 #include <OrthancException.h> 28 #include <OrthancException.h>
29 #include <Plugins/Samples/Common/FullOrthancDataset.h> 29 #include <Plugins/Samples/Common/FullOrthancDataset.h>
30 #include <Plugins/Samples/Common/DicomDatasetReader.h> 30 #include <Plugins/Samples/Common/DicomDatasetReader.h>
31 31
32 namespace OrthancStone 32 namespace Deprecated
33 { 33 {
34 SingleFrameRendererFactory::SingleFrameRendererFactory(OrthancPlugins::IOrthancConnection& orthanc, 34 SingleFrameRendererFactory::SingleFrameRendererFactory(OrthancPlugins::IOrthancConnection& orthanc,
35 const std::string& instanceId, 35 const std::string& instanceId,
36 unsigned int frame) : 36 unsigned int frame) :
37 orthanc_(orthanc), 37 orthanc_(orthanc),