diff Framework/SmartLoader.h @ 312:a91ad36b684c am-2

Merged am-callable-and-promise into am-2
author Alain Mazy <am@osimis.io>
date Tue, 02 Oct 2018 10:15:36 +0200
parents b4abaeb783b1
children b66d13708f40
line wrap: on
line diff
--- a/Framework/SmartLoader.h	Mon Sep 10 12:22:26 2018 +0200
+++ b/Framework/SmartLoader.h	Tue Oct 02 10:15:36 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();