comparison 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
comparison
equal deleted inserted replaced
1074:229ea1389845 1075:81b29bc7c3d4
31 public: 31 public:
32 virtual ~IOracle() 32 virtual ~IOracle()
33 { 33 {
34 } 34 }
35 35
36 virtual void Schedule(const IObserver& receiver, 36 virtual void Schedule(boost::shared_ptr<IObserver>& receiver,
37 IOracleCommand* command) = 0; // Takes ownership 37 IOracleCommand* command) = 0; // Takes ownership
38 }; 38 };
39 } 39 }