]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/HomogeneousPoolContainer.hxx
Salome HOME
Management of initialization with a python script only the first time.
[modules/yacs.git] / src / engine / HomogeneousPoolContainer.hxx
index aabc4ca77d88046a01a67bd55132c828f6ee1cf2..b82d7d816e0b5ebcc78185c5375630863f91b1f3 100644 (file)
@@ -47,6 +47,7 @@ namespace YACS
       virtual void allocateFor(const std::vector<const Task *>& nodes) = 0;
       virtual void release(const Task *node) = 0;
       static const char SIZE_OF_POOL_KEY[];
+      static const char INITIALIZE_SCRIPT_KEY[];
     protected:
       HomogeneousPoolContainer();
 #ifndef SWIG