comparison Framework/Layers/ILayerSource.h @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents f5f54ed8d307
children 4a541cd4fa83
comparison
equal deleted inserted replaced
85:bd48431ac285 86:02c3a7a4938f
71 double& x2, 71 double& x2,
72 double& y2, 72 double& y2,
73 const SliceGeometry& viewportSlice) = 0; 73 const SliceGeometry& viewportSlice) = 0;
74 74
75 virtual void ScheduleLayerCreation(const SliceGeometry& viewportSlice) = 0; 75 virtual void ScheduleLayerCreation(const SliceGeometry& viewportSlice) = 0;
76
77 virtual void Start() = 0;
78 }; 76 };
79 } 77 }