From: inv Date: Wed, 30 Mar 2011 13:05:10 +0000 (+0000) Subject: Make SMESH compilable on latest KERNEL (changed API of DumpStudy() / DumpPython()) X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de2af7a15d3fc62e93c093dd358197673ba21df8;p=modules%2Fsmesh.git Make SMESH compilable on latest KERNEL (changed API of DumpStudy() / DumpPython()) --- diff --git a/src/SMESH_I/SMESH_DumpPython.cxx b/src/SMESH_I/SMESH_DumpPython.cxx index 7add25bf7..28a760c98 100644 --- a/src/SMESH_I/SMESH_DumpPython.cxx +++ b/src/SMESH_I/SMESH_DumpPython.cxx @@ -488,6 +488,7 @@ namespace SMESH //======================================================================= Engines::TMPFile* SMESH_Gen_i::DumpPython (CORBA::Object_ptr theStudy, CORBA::Boolean isPublished, + CORBA::Boolean isMulti, CORBA::Boolean& isValidScript) { SALOMEDS::Study_var aStudy = SALOMEDS::Study::_narrow(theStudy); diff --git a/src/SMESH_I/SMESH_Gen_i.hxx b/src/SMESH_I/SMESH_Gen_i.hxx index f3b0354ad..7e6a9b18d 100644 --- a/src/SMESH_I/SMESH_Gen_i.hxx +++ b/src/SMESH_I/SMESH_Gen_i.hxx @@ -411,6 +411,7 @@ public: virtual Engines::TMPFile* DumpPython(CORBA::Object_ptr theStudy, CORBA::Boolean isPublished, + CORBA::Boolean isMulti, CORBA::Boolean& isValidScript); void AddToPythonScript (int theStudyID, const TCollection_AsciiString& theString);