Salome HOME
[EDF29150] : head monitoring file management
[modules/kernel.git] / src / Basics / Monitoring.hxx
index 379218844e0be8134eece594f98db10374e47618..d8372d185a1cba02f88d88356e8f3c2e62ebffda 100644 (file)
@@ -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<double> BASICS_EXPORT ReadFloatsInFile(const std::string& fileName);
 
-  std::vector<double> BASICS_EXPORT StopMonitoring();
+  void BASICS_EXPORT StopMonitoring(long pid);
 }