Salome HOME
Bo be checked by Adrien
[tools/medcoupling.git] / src / MEDLoader / MEDFileBasis.hxx
index 706a3179d06c5022d086b319a5afb0108e543b5b..51a3bda5d0e283a993d4663a199a009cb9587a09 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 #include <string>
 #include <vector>
 
-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; }