]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Make VISU compilable on latest KERNEL (changed API of DumpStudy() / DumpPython())
authorinv <inv@opencascade.com>
Wed, 30 Mar 2011 09:20:59 +0000 (09:20 +0000)
committerinv <inv@opencascade.com>
Wed, 30 Mar 2011 09:20:59 +0000 (09:20 +0000)
src/ENGINE/VISU_Engine_i.cc
src/ENGINE/VISU_Engine_i.hh
src/VISU_I/VISU_DumpPython.cc
src/VISU_I/VISU_Gen_i.hh

index 37ee82ea948543471662af58776463b6fb48db73..851320c8935447f1f44cb410cf97d5f1d64c8783 100644 (file)
@@ -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
index 70deb92975eb1adf262075048f13bf90d4243c1f..e1cd39247f9a32af6e262e776a2c8ea3252d322b 100644 (file)
@@ -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
index 04b04ed9e7e21739cc2560752ea66fd2b86166b2..6ce5e76ae5e157db8492c30e3a074d15ddd9ea08 100644 (file)
@@ -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;
index 70e3833f647b012598dbac0db2a433dfcadeb285..a3ae8fa2b866ab1efd7f5bf6012426c710d695d3 100644 (file)
@@ -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