]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
windows port
authoradam <adam>
Mon, 25 May 2009 12:44:52 +0000 (12:44 +0000)
committeradam <adam>
Mon, 25 May 2009 12:44:52 +0000 (12:44 +0000)
src/INTERP_KERNEL/InterpolationOptions.hxx
src/MEDCoupling/MEDCouplingRefCountObject.hxx

index a18f76d44b4aa56567ef7fee6931034e4a127187..3aa5e1cbcd5b4c08a671e7731124f17c517f1907 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __INTERPOLATIONOPTIONS_HXX__
 #define __INTERPOLATIONOPTIONS_HXX__
 
+#include "INTERPKERNELDefines.hxx"
+
 namespace INTERP_KERNEL
 {
   typedef enum { Triangulation, Convex, Geometric2D } IntersectionType;
@@ -28,7 +30,7 @@ namespace INTERP_KERNEL
   /// that result from the split.
   typedef enum  { PLANAR_FACE_5 = 5, PLANAR_FACE_6 = 6, GENERAL_24 = 24, GENERAL_48 = 48 } SplittingPolicy;
   
-  class InterpolationOptions
+  class INTERPKERNEL_EXPORT InterpolationOptions
   {
   private :
     int _print_level ;
index adeb8c74c1853eaba60e001fd9fb68dd611fa3d1..d6ec6da01561471493b84ebb436d02df4873e1da 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __PARAMEDMEM_MEDCOUPLINGREFCOUNTOBJECT_HXX__
 #define __PARAMEDMEM_MEDCOUPLINGREFCOUNTOBJECT_HXX__
 
+#include "MEDCoupling.hxx"
+
 namespace ParaMEDMEM
 {
   typedef enum
@@ -40,7 +42,7 @@ namespace ParaMEDMEM
       LINEAR_TIME = 6
     } TypeOfTimeDiscretization;
 
-  class RefCountObject
+  class MEDCOUPLING_EXPORT RefCountObject
   {
   protected:
     RefCountObject();