diff Framework/Layers/LayerSourceBase.h @ 380:ba5ad93f935a

ILayerSource::LayerErrorMessage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Nov 2018 14:59:20 +0100
parents 814fa32e2fcc
children 19bd222283ae
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Tue Nov 06 14:41:36 2018 +0100
+++ b/Framework/Layers/LayerSourceBase.h	Tue Nov 06 14:59:20 2018 +0100
@@ -40,8 +40,9 @@
     void NotifySliceChange(const Slice& slice);
 
     void NotifyLayerReady(ILayerRenderer* layer,
-                          const CoordinateSystem3D& slice,
-                          bool isError);
+                          const CoordinateSystem3D& slice);
+
+    void NotifyLayerError(const CoordinateSystem3D& slice);
 
     void NotifyImageReady(const Orthanc::ImageAccessor& image,
                           SliceImageQuality imageQuality,