Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexSubShape.hxx
index ff410dde306507467cfb7d773baf2b1ead61c3ef..b021fb3e498151562be09f68e3e3e295076cdac9 100644 (file)
@@ -1,7 +1,7 @@
 
 // class : Gestion des formes associees (Hexa 5)
 
-// Copyright (C) 2009-2014  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
@@ -39,7 +39,7 @@ public :
     int         getDim   ()             { return sub_dim ; }
     virtual EnumKindOfShape kindOf ()   { return kind_of ; }
 
-    const string&       getBrep  ();
+    const std::string&       getBrep  ();
     virtual const TopoDS_Shape& getShape ();
 
     void   saveXml (XmlWriter* xml);
@@ -55,7 +55,7 @@ protected :
     int       sub_dim;     // 0 = point, 1 = arete, 2 = face;
 
     TopoDS_Shape    geo_shape;
-    string          geo_brep;
+    std::string          geo_brep;
     bool            maj_brep, maj_shape;
     EnumKindOfShape kind_of;
 };