]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Container/SALOME_CPythonHelper.hxx
Salome HOME
[bos #32519][EDF] (2022-T3)
[modules/kernel.git] / src / Container / SALOME_CPythonHelper.hxx
index b93e400b43d0928efc4ce518de9767702063d824..e7372d16bfdbe06face4af1126cf6f185857dd21 100644 (file)
@@ -31,6 +31,7 @@ class CONTAINER_EXPORT SALOME_CPythonHelper
 {
  public:
   void initializePython(int argc, char *argv[]);
+  void allowPythonCallsFromDifferentThread() const;
   void registerToSalomePiDict(const std::string& processName, long pid) const;
   std::vector<long> evalVL(const std::string& pyCode) const;
   std::string evalS(const std::string& pyCode) const;