diff Framework/SmartLoader.h @ 300:b4abaeb783b1 am-callable-and-promise

messaging refactoring almost complete: works fine in native
author am@osimis.io
date Tue, 18 Sep 2018 15:23:21 +0200
parents 8f5d7495076d
children b66d13708f40
line wrap: on
line diff
--- a/Framework/SmartLoader.h	Fri Sep 14 16:44:01 2018 +0200
+++ b/Framework/SmartLoader.h	Tue Sep 18 15:23:21 2018 +0200
@@ -40,8 +40,6 @@
   public:
     SmartLoader(MessageBroker& broker, IWebService& webService);  // TODO: add maxPreloadStorageSizeInBytes
 
-    virtual void HandleMessage(IObservable& from, const IMessage& message);
-
     void PreloadStudy(const std::string studyId);
     void PreloadSeries(const std::string seriesId);
     void LoadStudyList();