X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvUtilities.hxx;h=f16ba02c1bcf6509098e51a7862e9128e6c0579c;hb=9561c1acc75afeaa67e8b12916e3b6748d2ebf6d;hp=40c36422869dfc7c8f3e78a2013e94cc71dacb91;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/src/MEDLoader/SauvUtilities.hxx b/src/MEDLoader/SauvUtilities.hxx index 40c364228..f16ba02c1 100644 --- a/src/MEDLoader/SauvUtilities.hxx +++ b/src/MEDLoader/SauvUtilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2013 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 @@ -109,7 +109,8 @@ namespace SauvUtilities virtual float getFloat() const = 0; virtual double getDouble() const = 0; virtual std::string getName() const = 0; - + protected: + std::size_t getHeapMemorySize() const { return 0; } protected: std::string _fileName, _curLocale; int _iRead, _nbToRead;