X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHex.hxx;h=ee444495827f15b27d4d6665a3141dac32a3226a;hb=167be4931bccbbe01e53313d18a9d3dd1484ecb4;hp=1104e381aa0776b0db71a25143feefa1f76c0cf7;hpb=f3d5693095483a5028dc812cee8697096159690b;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/Hex.hxx b/src/HEXABLOCK/Hex.hxx old mode 100755 new mode 100644 index 1104e38..ee44449 --- a/src/HEXABLOCK/Hex.hxx +++ b/src/HEXABLOCK/Hex.hxx @@ -1,7 +1,7 @@ // class : La clase principale de Hexa -// Copyright (C) 2009-2014 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -45,7 +45,7 @@ public: Document* addDocument (cpchar name="default"); Document* loadDocument (cpchar name); Document* findDocument (cpchar name); - Document* findDocument (const string& name) + Document* findDocument (const std::string& name) { return findDocument (name.c_str()) ; } void what (); int sizeofMessage (); @@ -54,7 +54,7 @@ public: #ifndef SWIG int loadAllDocs (cpchar flow); int saveAllDocs (cpchar filename); - void makeName (cpchar radical, string& name); + void makeName (cpchar radical, std::string& name); void lockDump(); void restoreDump(); @@ -66,7 +66,7 @@ public: private: static Hex* first_instance; - vector liste_documents; + std::vector liste_documents; Globale* glob; #endif // not SWIG };