Salome HOME
Updated copyright comment
[modules/yacs.git] / src / runtime / PyStdout.hxx
index fd57d1db392103c576cb905be59af80df58ec136..7438f3f8dee9ff2420a8bb7e46ae0c8b2dc956ae 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -29,7 +29,9 @@ namespace YACS
 {
   namespace ENGINE
   {
-    YACSRUNTIMESALOME_EXPORT PyObject * newPyStdOut( std::string& out );
+    YACSRUNTIMESALOME_EXPORT PyObject *newPyStdOut( std::string& out );
+    YACSRUNTIMESALOME_EXPORT PyObject *evalPy(const std::string& funcName, const std::string& strToEval);
+    YACSRUNTIMESALOME_EXPORT PyObject *evalFuncPyWithNoParams(PyObject *func);
   }
 }