Salome HOME
Merge from V6_main 06/03/2013
[tools/medcoupling.git] / src / MEDLoader / SauvUtilities.hxx
index 40c36422869dfc7c8f3e78a2013e94cc71dacb91..107552b8f6c3b42eb1a095827fc174fef445f93a 100644 (file)
@@ -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;