]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
SavePY method is now public for DumpStudy functionnality
authorrahuel <rahuel@opencascade.com>
Fri, 29 Apr 2005 13:00:34 +0000 (13:00 +0000)
committerrahuel <rahuel@opencascade.com>
Fri, 29 Apr 2005 13:00:34 +0000 (13:00 +0000)
src/GraphEditor/DataFlowEditor_OutNode.hxx

index 0daf9307901bb339675d36315ea98489abd40182..b62bcaf3e5b4dd47476896d202d3817d991b73ec 100644 (file)
@@ -74,8 +74,6 @@ namespace GraphEditor {
                                              bool fromparam ,
                                              bool toparam ,
                                              bool wdata ) const;
-      bool SavePY(ostream &f , bool importSuperV ) ;
-
       void DateModification() ;
 
       // asv 20.09.04 added from GraphExecutor::FiniteStateMachine class (removed from there)
@@ -135,6 +133,8 @@ namespace GraphEditor {
 
       bool SavePy(const char* myFileName ) ;
 
+      bool SavePY( ostream &f , bool importSuperV ) ;
+
 // get all DataFlow informations (for a .XML file) :
       GraphBase::ListOfSGraphs * GetDataFlows( GraphBase::ListOfSGraphs * aListOfDataFlows ) ;