Salome HOME
Movement of examples to CVS EXAMPLES SAMPLES_SRC.
[modules/smesh.git] / src / SMDS / SMDS_VertexPosition.hxx
index 6fc5a3c61132aa174af54f2f61fca2d2308a5afa..68c1e3a58af5a9690f5ccc10f57be7a825519ef1 100644 (file)
 
 #include "SMDS_Position.hxx"
 
-class SMDS_VertexPosition:public SMDS_Position
+//#ifdef WNT
+//#include <SALOME_WNT.hxx>
+//#else
+//#define SALOME_WNT_EXPORT
+//#endif
+
+#if defined WNT && defined WIN32 && defined SMDS_EXPORTS
+#define SMDS_WNT_EXPORT __declspec( dllexport )
+#else
+#define SMDS_WNT_EXPORT
+#endif
+
+class SMDS_WNT_EXPORT SMDS_VertexPosition:public SMDS_Position
 {
 
   public:      
        SMDS_TypeOfPosition GetTypeOfPosition() const;
        SMDS_VertexPosition(int aVertexId=0);
        const double *Coords() const;
-       ~SMDS_VertexPosition();
 };
 
 #endif