comparison Framework/Loaders/GenericLoadersContext.h @ 1242:b9b5d4378874 broker

working of WebAssemblyOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jan 2020 18:08:05 +0100
parents c471a0aa137b
children af35ec39ebec
comparison
equal deleted inserted replaced
1241:a4bb8c2dd211 1242:b9b5d4378874
58 virtual void EmitMessage(boost::weak_ptr<IObserver> observer, 58 virtual void EmitMessage(boost::weak_ptr<IObserver> observer,
59 const IMessage& message); 59 const IMessage& message);
60 60
61 public: 61 public:
62 GenericLoadersContext(unsigned int maxHighPriority, 62 GenericLoadersContext(unsigned int maxHighPriority,
63 unsigned int maxStandardPriority, 63 unsigned int maxStandardPriority,
64 unsigned int maxLowPriority); 64 unsigned int maxLowPriority);
65 65
66 virtual ~GenericLoadersContext(); 66 virtual ~GenericLoadersContext();
67 67
68 virtual ILock* Lock() ORTHANC_OVERRIDE; 68 virtual ILock* Lock() ORTHANC_OVERRIDE;