comparison Framework/Layers/SingleFrameRendererFactory.h @ 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
22 #pragma once 22 #pragma once
23 23
24 #include "ILayerRendererFactory.h" 24 #include "ILayerRendererFactory.h"
25 #include <Plugins/Samples/Common/IOrthancConnection.h> 25 #include <Plugins/Samples/Common/IOrthancConnection.h>
26 26
27 namespace OrthancStone 27 namespace Deprecated
28 { 28 {
29 class SingleFrameRendererFactory : public ILayerRendererFactory 29 class SingleFrameRendererFactory : public ILayerRendererFactory
30 { 30 {
31 private: 31 private:
32 OrthancPlugins::IOrthancConnection& orthanc_; 32 OrthancPlugins::IOrthancConnection& orthanc_;