X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBasics%2FMonitoring.hxx;h=d8372d185a1cba02f88d88356e8f3c2e62ebffda;hb=1bbffef73eeeb5b2a14d8fc7bdf91affdafae664;hp=379218844e0be8134eece594f98db10374e47618;hpb=461f7bd0f18eda1bf99df8598c12b967f302c479;p=modules%2Fkernel.git diff --git a/src/Basics/Monitoring.hxx b/src/Basics/Monitoring.hxx index 379218844..d8372d185 100644 --- a/src/Basics/Monitoring.hxx +++ b/src/Basics/Monitoring.hxx @@ -26,9 +26,9 @@ namespace SALOME { - void BASICS_EXPORT LaunchMonitoring(const std::string& pyScriptToEvaluate, const std::string& outFileName); + long BASICS_EXPORT LaunchMonitoring(const std::string& pyScriptToEvaluate); std::vector BASICS_EXPORT ReadFloatsInFile(const std::string& fileName); - std::vector BASICS_EXPORT StopMonitoring(); + void BASICS_EXPORT StopMonitoring(long pid); }