diff Framework/Widgets/LayerWidget.h @ 96:f8bce1bebe01 wasm

removal of the NotifyLayerError callback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 May 2017 10:30:57 +0200
parents 64e60018943f
children d18dcc963930
line wrap: on
line diff
--- a/Framework/Widgets/LayerWidget.h	Tue May 30 10:12:54 2017 +0200
+++ b/Framework/Widgets/LayerWidget.h	Tue May 30 10:30:57 2017 +0200
@@ -66,10 +66,8 @@
 
     virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& renderer,
                                   const ILayerSource& source,
-                                  const Slice& slice);
-
-    virtual void NotifyLayerError(const ILayerSource& source,
-                                  const SliceGeometry& slice);
+                                  const Slice& slice,
+                                  bool isError);
 
         
   protected: