X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FHomogeneousPoolContainer.hxx;h=2782ce10e7636f845b84db5f0db9ef84fa05f14f;hb=89f536fa20e516d2de5339f741956dd1473f46a4;hp=b82d7d816e0b5ebcc78185c5375630863f91b1f3;hpb=fc862e1622f24ad78a1b544794f310de2b516929;p=modules%2Fyacs.git diff --git a/src/engine/HomogeneousPoolContainer.hxx b/src/engine/HomogeneousPoolContainer.hxx index b82d7d816..2782ce10e 100644 --- a/src/engine/HomogeneousPoolContainer.hxx +++ b/src/engine/HomogeneousPoolContainer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -40,6 +40,7 @@ namespace YACS void attachOnCloning() const; void dettachOnCloning() const; bool isAttachedOnCloning() const; + void setAttachOnCloningStatus(bool val) const; // virtual void setSizeOfPool(int sz) = 0; virtual int getSizeOfPool() const = 0;