comparison Framework/SmartLoader.cpp @ 285:3c190e2bb3af am-2

refactoring: ApplicationRunner + app hierarchy
author am@osimis.io
date Tue, 28 Aug 2018 15:26:46 +0200
parents 2d64f4d39610
children b04b13810540
comparison
equal deleted inserted replaced
284:38b0ac8055b9 285:3c190e2bb3af
19 **/ 19 **/
20 20
21 21
22 #include "SmartLoader.h" 22 #include "SmartLoader.h"
23 #include "Layers/OrthancFrameLayerSource.h" 23 #include "Layers/OrthancFrameLayerSource.h"
24 #include "Layers/OrthancFrameLayer.h"
25 24
26 namespace OrthancStone 25 namespace OrthancStone
27 { 26 {
28 SmartLoader::SmartLoader(MessageBroker& broker, IWebService& webService) : 27 SmartLoader::SmartLoader(MessageBroker& broker, IWebService& webService) :
29 IObservable(broker), 28 IObservable(broker),