comparison Framework/Radiography/RadiographyScene.cpp @ 1138:1a73f852810a broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Nov 2019 07:28:39 +0100
parents 383aa2a7d426 4663f158c748
children bdc6837d5917
comparison
equal deleted inserted replaced
1137:cc029987b6dc 1138:1a73f852810a
220 220
221 layers_.erase(found); 221 layers_.erase(found);
222 countLayers_--; 222 countLayers_--;
223 223
224 LOG(INFO) << "Removing layer, there are now : " << countLayers_ << " layers"; 224 LOG(INFO) << "Removing layer, there are now : " << countLayers_ << " layers";
225
226 BroadcastMessage(RadiographyScene::LayerRemovedMessage(*this, layerIndex));
225 } 227 }
226 } 228 }
227 229
228 const RadiographyLayer& RadiographyScene::GetLayer(size_t layerIndex) const 230 const RadiographyLayer& RadiographyScene::GetLayer(size_t layerIndex) const
229 { 231 {