// File : Sketcher.hxx
// Author : Sergey KHROMOV
-#ifndef SKETCHER_HXX
-#define SKETCHER_HXX
+#ifndef _SKETCHER_HXX_
+#define _SKETCHER_HXX_
#if defined WIN32
# if defined SKETCHER_SALOME_EXPORTS || defined SKETCHER_EXPORTS || defined GEOMSketcher_EXPORTS || defined GEOMSKETCHER_EXPORTS
// Author : Damien COQUERET
+#ifndef _Sketcher_Profile_HXX_
+#define _Sketcher_Profile_HXX_
+
+
#include "Sketcher.hxx"
#include <TopoDS_Shape.hxx>
#include <TCollection_AsciiString.hxx>
private:
TCollection_AsciiString myCommand;
};
+
+#endif
// Author : Sergey KHROMOV
+#ifndef _Sketcher_Utils_HXX_
+#define _Sketcher_Utils_HXX_
+
+
#include "Sketcher.hxx"
#include <gp_Pnt.hxx>
std::list <gp_Pnt> &thePoints);
};
+
+#endif