X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileBasis.hxx;h=51a3bda5d0e283a993d4663a199a009cb9587a09;hb=76c76c994b5ab02ac441e9a872ef9dd4a865c19b;hp=67efada8b488823183ed03b099cfdf0ec9f6e794;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileBasis.hxx b/src/MEDLoader/MEDFileBasis.hxx index 67efada8b..51a3bda5d 100644 --- a/src/MEDLoader/MEDFileBasis.hxx +++ b/src/MEDLoader/MEDFileBasis.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -33,6 +33,7 @@ namespace MEDCoupling public: MEDFileString(int maxLgth); ~MEDFileString(); + void clear(); void set(const char *s); char *getPointer() { return _content; } const char *getReprForWrite() const { return _content; }