]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphExecutor/DataFlowExecutor_DataFlow.hxx
Salome HOME
NRI : Merge delta [V1_2, V1_2c].
[modules/superv.git] / src / GraphExecutor / DataFlowExecutor_DataFlow.hxx
index 02064933daab14c3da1b359878f4862e6292cdc8..3d94a13d00b9169e5c89f2ba2b8e6b72227b6191 100644 (file)
@@ -51,11 +51,11 @@ namespace GraphExecutor {
                 const SUPERV::KindOfNode DataFlowkind = SUPERV::ComputingNode ,
                 const SUPERV::SDate DataFlowFirstCreation = SUPERV::SDate() ,
                 const SUPERV::SDate DataFlowLastModification = SUPERV::SDate() ,
-                const char * DataFlowEditorRelease = NULL ,
-                const char * DataFlowAuthor = NULL ,
-                const char * DataFlowComputer = NULL ,
-                const char * DataFlowComment = NULL ,
-                const char * DebugFileName = NULL ) ;
+                const char * DataFlowEditorRelease = NULLSTRING ,
+                const char * DataFlowAuthor = NULLSTRING ,
+                const char * DataFlowComputer = NULLSTRING ,
+                const char * DataFlowComment = NULLSTRING ,
+                const char * DebugFileName = NULLSTRING ) ;
       virtual ~DataFlow();
 
       bool LoadDataFlow( const GraphBase::SGraph &aDataFlow ) ;