]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/HomogeneousPoolContainer.cxx
Salome HOME
WIP
[modules/yacs.git] / src / engine / HomogeneousPoolContainer.cxx
index 5f0ec2ddc23c0e62bedc1d7f6545865e481a11e1..089990e0103e039783e9ba3f142069fc844e71ab 100644 (file)
@@ -40,6 +40,11 @@ void HomogeneousPoolContainer::setAttachOnCloningStatus(bool val) const
     throw Exception("An HomogeneousPoolContainer cannot be detached on cloning #2 !");
 }
 
+void HomogeneousPoolContainer::assignPG(const PlayGround *pg)
+{
+  _pg.takeRef(pg);
+}
+
 void HomogeneousPoolContainer::dettachOnCloning() const
 {
   _isAttachedOnCloning=true;