comparison Framework/Oracle/WebAssemblyOracle.h @ 1076:008dbc4ceb62 broker

removed LambdaCallable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Oct 2019 14:42:41 +0200
parents a9f5d0742e22
children b9f2a111c5b9
comparison
equal deleted inserted replaced
1075:81b29bc7c3d4 1076:008dbc4ceb62
74 void SetOrthancRoot(const std::string& root) 74 void SetOrthancRoot(const std::string& root)
75 { 75 {
76 orthancRoot_ = root; 76 orthancRoot_ = root;
77 } 77 }
78 78
79 virtual void Schedule(const IObserver& receiver, 79 virtual void Schedule(boost::shared_ptr<IObserver>& receiver,
80 IOracleCommand* command); 80 IOracleCommand* command) ORTHANC_OVERRIDE;
81 }; 81 };
82 } 82 }