From 91ee37a98f2c02d06088dc8cfc9103bbf8694629 Mon Sep 17 00:00:00 2001 From: rahuel Date: Fri, 29 Apr 2005 13:00:34 +0000 Subject: [PATCH] SavePY method is now public for DumpStudy functionnality --- src/GraphEditor/DataFlowEditor_OutNode.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GraphEditor/DataFlowEditor_OutNode.hxx b/src/GraphEditor/DataFlowEditor_OutNode.hxx index 0daf930..b62bcaf 100644 --- a/src/GraphEditor/DataFlowEditor_OutNode.hxx +++ b/src/GraphEditor/DataFlowEditor_OutNode.hxx @@ -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 ) ; -- 2.39.2