Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexEltBase.hxx
old mode 100755 (executable)
new mode 100644 (file)
index d09b15f..47fa6bd
@@ -1,7 +1,7 @@
 
 // Class : Element de base des Vertex/Edge/Quad, etc...
 
-// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -102,19 +102,19 @@ public :
    void  dumpRef ();
 
    cpchar getName ();
-   void   setName (const string& nom) { el_name = nom ; }
+   void   setName (const std::string& nom) { el_name = nom ; }
    void   setName (cpchar nom)        { el_name = nom ; }
 
    bool    debug (int niv=0);
    bool    isAssociated ()            { return is_associated ; }
-   string  getNextName ();
+   std::string  getNextName ();
 
 protected :
    EnumElt   el_type;
    EltBase*  el_next;
    int       el_id;
    Document* el_root;
-   string    el_name;
+   std::string    el_name;
 
    int       el_status;
    int       el_mark;