comparison Framework/Loaders/ILoadersContext.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
99 * variable is left. 99 * variable is left.
100 **/ 100 **/
101 virtual void AddLoader(boost::shared_ptr<IObserver> loader) = 0; 101 virtual void AddLoader(boost::shared_ptr<IObserver> loader) = 0;
102 }; 102 };
103 103
104 virtual ~ILoadersContext()
105 {
106 }
107
104 /** 108 /**
105 * Locks the Stone loaders context, to give access to its 109 * Locks the Stone loaders context, to give access to its
106 * underlying features. This is important for Stone applications 110 * underlying features. This is important for Stone applications
107 * running in a multi-threaded environment, for which a global 111 * running in a multi-threaded environment, for which a global
108 * mutex is locked. 112 * mutex is locked.