comparison Framework/Loaders/LoaderCache.cpp @ 1048:f6be9412e42a

cleaning up IObservable.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Oct 2019 14:11:52 +0200
parents 29f5f2031310
children 4383382db01d 640feb146fa8
comparison
equal deleted inserted replaced
1047:efc5b62b9539 1048:f6be9412e42a
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include "LoaderCache.h" 21 #include "LoaderCache.h"
22 22
23 #include "../StoneException.h"
23 #include "OrthancSeriesVolumeProgressiveLoader.h" 24 #include "OrthancSeriesVolumeProgressiveLoader.h"
24 #include "OrthancMultiframeVolumeLoader.h" 25 #include "OrthancMultiframeVolumeLoader.h"
25 #include "DicomStructureSetLoader.h" 26 #include "DicomStructureSetLoader.h"
26 27
27 #ifdef BGO_ENABLE_DICOMSTRUCTURESETLOADER2 28 #ifdef BGO_ENABLE_DICOMSTRUCTURESETLOADER2