From: Anthony Geay Date: Wed, 24 May 2017 05:47:13 +0000 (+0200) Subject: Still a problem with forward X-Git-Tag: Before_multi_study_removal_06072017~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aaa4c1ad9dda5d338361925f016a9666f7c32074;hp=d3a89f33c3aba0db979e764437de0a93e35456db;p=modules%2Fyacs.git Still a problem with forward --- diff --git a/src/runtime/SalomeHPContainer.hxx b/src/runtime/SalomeHPContainer.hxx index 22cfad3d4..c6fedbd34 100644 --- a/src/runtime/SalomeHPContainer.hxx +++ b/src/runtime/SalomeHPContainer.hxx @@ -140,6 +140,7 @@ namespace YACS HomogeneousPoolContainer *getDirectFather() { return _directFather; } const HomogeneousPoolContainer *getDirectFather() const { return _directFather; } int getNumberOfCoresPerWorker() const { return _directFather->getNumberOfCoresPerWorker(); } + std::string getProperty(const std::string& name) const { return _directFather->getProperty(name); } void prepareMaskForExecution() const; void forYourTestsOnly(ForTestOmlyHPContCls *data) const; std::string getName() const;