Salome HOME
[SALOME platform 0019911]: pb of memory allocation in SMESH
[modules/smesh.git] / src / SMDS / SMDS_EdgePosition.hxx
index 868310b51967d338060b24aaae358a0ff2d1799d..a89e77400414581543c99a57c1497c0e9e5afc0c 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 #ifndef _SMDS_EdgePosition_HeaderFile
 #define _SMDS_EdgePosition_HeaderFile
 
+#include "SMESH_SMDS.hxx"
+
 #include "SMDS_Position.hxx"
 
-class SMDS_EdgePosition:public SMDS_Position
+class SMDS_EXPORT SMDS_EdgePosition:public SMDS_Position
 {
 
   public:
@@ -38,7 +40,6 @@ class SMDS_EdgePosition:public SMDS_Position
        SMDS_TypeOfPosition GetTypeOfPosition() const;
        void SetUParameter(double aUparam);
        double GetUParameter() const;
-        ~SMDS_EdgePosition();
 
   private: