X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileBasis.hxx;h=51a3bda5d0e283a993d4663a199a009cb9587a09;hb=76c76c994b5ab02ac441e9a872ef9dd4a865c19b;hp=bfcb8d45e7ca29a8199331760cdea8043e9ab144;hpb=fb512e2b77325290aaa2b4c9fd8f22d5949b6369;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileBasis.hxx b/src/MEDLoader/MEDFileBasis.hxx index bfcb8d45e..51a3bda5d 100644 --- a/src/MEDLoader/MEDFileBasis.hxx +++ b/src/MEDLoader/MEDFileBasis.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -26,13 +26,14 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class MEDFileString { public: MEDFileString(int maxLgth); ~MEDFileString(); + void clear(); void set(const char *s); char *getPointer() { return _content; } const char *getReprForWrite() const { return _content; }