Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/med.git] / src / MEDMEM / MEDMEM_DriversDef.hxx
index 62f91791efee29682de09b5528f5ae3259ba3fc8..2c54c6c357c284b2cd4ff74be50cf163788097fa 100644 (file)
@@ -20,6 +20,8 @@
 # ifndef DRIVERS_DEF_HXX
 # define DRIVERS_DEF_HXX
 
+#include <MEDMEM.hxx>
+
 // STL
 # include <string>
 # include <list>
@@ -39,7 +41,7 @@ namespace MED_EN {
      the name of the geometry of an element : MED_FR:GEO_NAME 
      A simple test/use case can be found in test/testUGeoNameMeshEntities.cxx  */
 //----------------------------------------
-class GEO_NAME : public map<int,string>
+class MEDMEM_EXPORT GEO_NAME : public map<int,string>
 //----------------------------------------
 {
   
@@ -63,7 +65,7 @@ static const GEO_NAME geoNames ;
     A simple test/use case can be found in test/testUGeoNameMeshEntities.cxx  */
 
 //----------------------------------------
-class ENT_NAME : public map<int,string>
+class MEDMEM_EXPORT ENT_NAME : public map<int,string>
 //----------------------------------------
 {
   
@@ -88,7 +90,7 @@ static const ENT_NAME entNames ;
 
 
 //--------------------------------------------------------------------------------
-class MESH_ENTITIES : public map<int, const list<MED_EN::medGeometryElement> >
+class MEDMEM_EXPORT MESH_ENTITIES : public map<int, const list<MED_EN::medGeometryElement> >
 //--------------------------------------------------------------------------------
 {