diff Applications/Samples/SingleFrameApplication.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 7b14c12a3be5
children d18dcc963930
line wrap: on
line diff
--- a/Applications/Samples/SingleFrameApplication.h	Tue May 30 10:12:54 2017 +0200
+++ b/Applications/Samples/SingleFrameApplication.h	Tue May 30 10:30:57 2017 +0200
@@ -123,12 +123,8 @@
  
       virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer,
                                     const ILayerSource& source,
-                                    const Slice& slice)
-      {
-      }
-
-      virtual void NotifyLayerError(const ILayerSource& source,
-                                    const SliceGeometry& slice)
+                                    const Slice& slice,
+                                    bool isError)
       {
       }