diff Framework/Layers/LayerSourceBase.h @ 89:f244018a4e4b wasm

BUGGY- trying to remove IVolumeSlicesObserver
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 18:27:59 +0200
parents 4a541cd4fa83
children 64e60018943f
line wrap: on
line diff
--- a/Framework/Layers/LayerSourceBase.h	Fri May 26 16:11:52 2017 +0200
+++ b/Framework/Layers/LayerSourceBase.h	Fri May 26 18:27:59 2017 +0200
@@ -31,10 +31,11 @@
     IObserver*  observer_;
 
   protected:
-    void NotifyGeometryReady();
-    
-    void NotifyGeometryError();
-    
+    IObserver* GetObserver() const
+    {
+      return observer_;  // TODO REMOVE THIS, FOR TEST
+    }
+
     void NotifyContentChange();
 
     void NotifySliceChange(const Slice& slice);