X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvUtilities.hxx;h=d60ade363ac53b89a2ca333809ff22d757387197;hb=f810b8691a25da097d91b87793ecbf121ab9ead8;hp=261d529df9b190ad9735ed5d5834a2afb71c3145;hpb=659f8c67d0348350e12fde38fe8c4de1ff95dffe;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvUtilities.hxx b/src/MEDLoader/SauvUtilities.hxx index 261d529df..d60ade363 100644 --- a/src/MEDLoader/SauvUtilities.hxx +++ b/src/MEDLoader/SauvUtilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 @@ -90,7 +90,7 @@ namespace SauvUtilities /*! * \brief Base class for ASCII and XDR file readers */ - class FileReader : public ParaMEDMEM::RefCountObject + class FileReader : public MEDCoupling::RefCountObject { public: FileReader(const char* fileName); @@ -111,7 +111,7 @@ namespace SauvUtilities virtual std::string getName() const = 0; protected: std::size_t getHeapMemorySizeWithoutChildren() const { return 0; } - std::vector getDirectChildren() const { return std::vector(); } + std::vector getDirectChildrenWithNull() const { return std::vector(); } protected: std::string _fileName, _curLocale; int _iRead, _nbToRead;