comparison 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
comparison
equal deleted inserted replaced
95:f47349f4815c 96:f8bce1bebe01
121 { 121 {
122 } 122 }
123 123
124 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer, 124 virtual void NotifyLayerReady(std::auto_ptr<ILayerRenderer>& layer,
125 const ILayerSource& source, 125 const ILayerSource& source,
126 const Slice& slice) 126 const Slice& slice,
127 { 127 bool isError)
128 }
129
130 virtual void NotifyLayerError(const ILayerSource& source,
131 const SliceGeometry& slice)
132 { 128 {
133 } 129 }
134 130
135 LayerWidget* widget_; 131 LayerWidget* widget_;
136 132