comparison Framework/Layers/OrthancFrameLayerSource.h @ 268:5bd4161bf11b am-2

removed constness of the observable when emitting a message
author am@osimis.io
date Wed, 22 Aug 2018 15:08:15 +0200
parents c9cf95b49a86
children 3897f9f28cfa
comparison
equal deleted inserted replaced
267:89d02de83c03 268:5bd4161bf11b
67 virtual bool GetExtent(std::vector<Vector>& points, 67 virtual bool GetExtent(std::vector<Vector>& points,
68 const CoordinateSystem3D& viewportSlice); 68 const CoordinateSystem3D& viewportSlice);
69 69
70 virtual void ScheduleLayerCreation(const CoordinateSystem3D& viewportSlice); 70 virtual void ScheduleLayerCreation(const CoordinateSystem3D& viewportSlice);
71 71
72 virtual void HandleMessage(const IObservable& from, const IMessage& message); 72 virtual void HandleMessage(IObservable& from, const IMessage& message);
73 }; 73 };
74 } 74 }