Salome HOME
Addition of a new type of SalomeComponent to take advantage of HPContainer.
[modules/yacs.git] / src / engine / HomogeneousPoolContainer.hxx
index 6ef5ce8974eb5d86297323566eeeb645ec5c5a70..c7869300891a39c60b59cf25459484f911b4a071 100644 (file)
@@ -37,6 +37,10 @@ namespace YACS
     class YACSLIBENGINE_EXPORT HomogeneousPoolContainer : public Container
     {
     public:
+      void attachOnCloning() const;
+      void dettachOnCloning() const;
+      bool isAttachedOnCloning() const;
+      //
       virtual void setSizeOfPool(int sz) = 0;
       virtual std::size_t getNumberOfFreePlace() const = 0;
       virtual void allocateFor(const std::vector<const Task *>& nodes) = 0;