From: ageay Date: Mon, 29 Jul 2013 14:47:35 +0000 (+0000) Subject: Windows porting X-Git-Tag: V7_3_1b1~259 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8f4f7503f58b3874241b3cb8d83938ac1f037855;p=tools%2Fmedcoupling.git Windows porting --- diff --git a/src/MEDLoader/MEDFileFieldOverView.hxx b/src/MEDLoader/MEDFileFieldOverView.hxx index 7ee38b72a..8be4e20a1 100644 --- a/src/MEDLoader/MEDFileFieldOverView.hxx +++ b/src/MEDLoader/MEDFileFieldOverView.hxx @@ -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; }