Salome HOME
Before virtualization of SalomeContainerTools
[modules/yacs.git] / src / engine / HomogeneousPoolContainer.hxx
index eded783f48bd4c4457c1b6d0e5df39d42856523c..a33c40d1e4e4cd43bbb12bf890a835f79fa0278b 100644 (file)
@@ -44,6 +44,7 @@ namespace YACS
       bool isAttachedOnCloning() const;
       void setAttachOnCloningStatus(bool val) const;
       virtual void assignPG(const PlayGround *pg);
+      std::mutex &getLocker() const { return this->getPG()->getLocker(); }
       //
       virtual void setSizeOfPool(int sz) = 0;
       virtual int getSizeOfPool() const = 0;