Salome HOME
[EDF28974] : Move to python implementation of driver and integrate monitoring into...
[modules/yacs.git] / src / runtime / RuntimeSALOME.hxx
index 4cbbc12c315cf74213717183184d4be213fe8851..a9c32672358d462dba309556af6b9abbe2a56cb8 100644 (file)
@@ -83,7 +83,7 @@ namespace YACS
       virtual std::string getVersion() const;
 
       virtual void init(long flags, int argc, char* argv[]);
-      virtual void fini();
+      virtual void fini(bool isFinalizingPython = true);
       PyObject *launchSubProcess(const std::vector<std::string>& cmds);
       virtual std::vector< std::pair<std::string,int> > getCatalogOfComputeNodes() const;
       virtual InputPort* createInputPort(const std::string& name,