diff Framework/dev.h @ 299:3897f9f28cfa am-callable-and-promise

backup work in progress: updated messaging framework with ICallable
author am@osimis.io
date Fri, 14 Sep 2018 16:44:01 +0200
parents 89d02de83c03
children b4abaeb783b1
line wrap: on
line diff
--- a/Framework/dev.h	Mon Sep 10 12:22:26 2018 +0200
+++ b/Framework/dev.h	Fri Sep 14 16:44:01 2018 +0200
@@ -239,7 +239,7 @@
       computeRange_(computeRange),
       pendingSlices_(0)
     {
-        loader_.RegisterObserver(*this);
+        // TODO: replace with new callables loader_.RegisterObserver(*this);
     }
 
     void ScheduleLoadSeries(const std::string& seriesId)