diff Framework/Oracle/IOracle.h @ 1075:81b29bc7c3d4 broker

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2019 14:39:51 +0200
parents 9a6c7a5dcb76
children d7a18a3cd6f9
line wrap: on
line diff
--- a/Framework/Oracle/IOracle.h	Thu Oct 17 13:48:52 2019 +0200
+++ b/Framework/Oracle/IOracle.h	Thu Oct 17 14:39:51 2019 +0200
@@ -33,7 +33,7 @@
     {
     }
 
-    virtual void Schedule(const IObserver& receiver,
+    virtual void Schedule(boost::shared_ptr<IObserver>& receiver,
                           IOracleCommand* command) = 0;  // Takes ownership
   };
 }