comparison Framework/Applications/BasicApplicationContext.cpp @ 31:9aace933cb64

sharing code with the Orthanc core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Dec 2016 15:41:20 +0100
parents 351ab0da0150
children 7207a407bcd8
comparison
equal deleted inserted replaced
30:1099a148f7e5 31:9aace933cb64
36 #include "../Volumes/VolumeImageSimplePolicy.h" 36 #include "../Volumes/VolumeImageSimplePolicy.h"
37 #include "../Volumes/VolumeImageProgressivePolicy.h" 37 #include "../Volumes/VolumeImageProgressivePolicy.h"
38 38
39 namespace OrthancStone 39 namespace OrthancStone
40 { 40 {
41 BasicApplicationContext::BasicApplicationContext(IOrthancConnection& orthanc) : 41 BasicApplicationContext::BasicApplicationContext(OrthancPlugins::IOrthancConnection& orthanc) :
42 orthanc_(orthanc) 42 orthanc_(orthanc)
43 { 43 {
44 } 44 }
45 45
46 46