From: inv Date: Wed, 30 Mar 2011 09:20:59 +0000 (+0000) Subject: Make VISU compilable on latest KERNEL (changed API of DumpStudy() / DumpPython()) X-Git-Tag: mergeto_V6_main_07Apr11~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3fba0fceba4b5d3568a60d5952d6bf72f9eee0a9;p=modules%2Fvisu.git Make VISU compilable on latest KERNEL (changed API of DumpStudy() / DumpPython()) --- diff --git a/src/ENGINE/VISU_Engine_i.cc b/src/ENGINE/VISU_Engine_i.cc index 37ee82ea..851320c8 100644 --- a/src/ENGINE/VISU_Engine_i.cc +++ b/src/ENGINE/VISU_Engine_i.cc @@ -488,9 +488,10 @@ namespace VISU{ } Engines::TMPFile* VISU_Gen_i::DumpPython(CORBA::Object_ptr theStudy, CORBA::Boolean theIsPublished, + CORBA::Boolean theIsMultiFile, CORBA::Boolean& theIsValidScript) { - return myVisuGen->DumpPython(theStudy, theIsPublished, theIsValidScript); + return myVisuGen->DumpPython(theStudy, theIsPublished, theIsMultiFile, theIsValidScript); } VISU::ColoredPrs3dCache_ptr diff --git a/src/ENGINE/VISU_Engine_i.hh b/src/ENGINE/VISU_Engine_i.hh index 70deb929..e1cd3924 100644 --- a/src/ENGINE/VISU_Engine_i.hh +++ b/src/ENGINE/VISU_Engine_i.hh @@ -243,6 +243,7 @@ namespace VISU // inherited methods from Engines::Component virtual Engines::TMPFile* DumpPython(CORBA::Object_ptr theStudy, CORBA::Boolean theIsPublished, + CORBA::Boolean theIsMultiFile, CORBA::Boolean& theIsValidScript); virtual diff --git a/src/VISU_I/VISU_DumpPython.cc b/src/VISU_I/VISU_DumpPython.cc index 04b04ed9..6ce5e76a 100644 --- a/src/VISU_I/VISU_DumpPython.cc +++ b/src/VISU_I/VISU_DumpPython.cc @@ -2297,6 +2297,7 @@ namespace VISU VISU_Gen_i:: DumpPython(CORBA::Object_ptr theStudy, CORBA::Boolean theIsPublished, + CORBA::Boolean theIsMultiFile, CORBA::Boolean& theIsValidScript) { theIsValidScript = false; diff --git a/src/VISU_I/VISU_Gen_i.hh b/src/VISU_I/VISU_Gen_i.hh index 70e3833f..a3ae8fa2 100644 --- a/src/VISU_I/VISU_Gen_i.hh +++ b/src/VISU_I/VISU_Gen_i.hh @@ -315,6 +315,7 @@ namespace VISU Engines::TMPFile* DumpPython(CORBA::Object_ptr theStudy, CORBA::Boolean theIsPublished, + CORBA::Boolean theIsMultiFile, CORBA::Boolean& theIsValidScript); // inherited methods from SALOMEDS::Driver