diff Framework/SmartLoader.cpp @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 3c190e2bb3af
children 3897f9f28cfa
line wrap: on
line diff
--- a/Framework/SmartLoader.cpp	Thu Aug 30 17:17:11 2018 +0200
+++ b/Framework/SmartLoader.cpp	Tue Sep 04 15:09:42 2018 +0200
@@ -46,12 +46,12 @@
     switch (message.GetType()) {
     case MessageType_LayerSource_GeometryReady:
     {
-      const OrthancFrameLayerSource* layerSource=dynamic_cast<const OrthancFrameLayerSource*>(&from);
+      //const OrthancFrameLayerSource* layerSource=dynamic_cast<const OrthancFrameLayerSource*>(&from);
       // TODO keep track of objects that have been loaded already
     }; break;
     case MessageType_LayerSource_LayerReady:
     {
-      const OrthancFrameLayerSource* layerSource=dynamic_cast<const OrthancFrameLayerSource*>(&from);
+      //const OrthancFrameLayerSource* layerSource=dynamic_cast<const OrthancFrameLayerSource*>(&from);
       // TODO keep track of objects that have been loaded already
     }; break;
 //    case MessageType_OrthancApi_GetStudyIds_Ready: