Salome HOME
NRI : Merge from 1.2c.
[modules/superv.git] / src / Supervision / CNode_Impl.hxx
index 21ae26fc881468cf8d5ee13f55c11da12e21fa49..a642a9fda83670484912745f60bd47b2c65117fa 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _CNODE_IMPL_HXX_
 #define _CNODE_IMPL_HXX_
 
-#include <iostream.h>
+#include <iostream>
 
 #include "CORBA.h"
 
@@ -50,9 +50,9 @@ class CNode_Impl : public POA_SUPERV::CNode ,
                 const char *interfaceName ,
                 GraphEditor::DataFlow * DataFlowEditor ,
                 const SALOME_ModuleCatalog::Service &NodeService ,
-                const char * NodeName = NULL ,
+                const char * NodeName = NULLSTRING ,
                 const SUPERV::KindOfNode NodeKindOfNode = SUPERV::ComputingNode ,
-                const char * aFuncName = NULL ,
+                const char * aFuncName = NULLSTRING ,
                 const SUPERV::ListOfStrings & aPythonFunction = SUPERV::ListOfStrings() ) ;
     CNode_Impl( CORBA::ORB_ptr orb ,
                PortableServer::POA_ptr poa ,
@@ -61,7 +61,7 @@ class CNode_Impl : public POA_SUPERV::CNode ,
                 const char *interfaceName ,
                 GraphEditor::DataFlow * DataFlowEditor ,
                 const SALOME_ModuleCatalog::Service &NodeService ,
-                const char * NodeName = NULL ,
+                const char * NodeName = NULLSTRING ,
                 const SUPERV::KindOfNode NodeKindOfNode = SUPERV::InLineNode ,
                 const GraphBase::ListOfFuncName & aFuncName = GraphBase::ListOfFuncName() ,
                 const GraphBase::ListOfPythonFunctions & aPythonFunction = GraphBase::ListOfPythonFunctions() ) ;