]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Windows porting
authorageay <ageay>
Mon, 29 Jul 2013 14:47:35 +0000 (14:47 +0000)
committerageay <ageay>
Mon, 29 Jul 2013 14:47:35 +0000 (14:47 +0000)
src/MEDLoader/MEDFileFieldOverView.hxx

index 7ee38b72a2c3f412b5381dc6a22c07b29cbdcefc..8be4e20a141d99243b48029de7290fb31feaece2 100644 (file)
@@ -171,7 +171,7 @@ namespace ParaMEDMEM
     void checkWithMeshStructForGaussNE(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception);
     void checkWithMeshStructForGaussPT(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception);
     //
-    std::size_t getHeapMemorySize() const;
+    MEDLOADER_EXPORT std::size_t getHeapMemorySize() const;
     //
     const DataArrayInt *getPfl(const MEDFileFieldGlobsReal *globs) const;
     INTERP_KERNEL::NormalizedCellType getGeo() const { return _geo_type; }
@@ -203,7 +203,7 @@ namespace ParaMEDMEM
     MEDFileField1TSStructItem(TypeOfField a, const std::vector< MEDFileField1TSStructItem2 >& b);
     void checkWithMeshStruct(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception);
     bool operator==(const MEDFileField1TSStructItem& other) const throw(INTERP_KERNEL::Exception);
-    std::size_t getHeapMemorySize() const;
+    MEDLOADER_EXPORT std::size_t getHeapMemorySize() const;
     bool isEntityCell() const;
     bool isComputed() const { return _computed; }
     TypeOfField getType() const { return _type; }