mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-03 21:30:35 +05:00
Add defines surrounding classes definitions
This commit is contained in:
parent
5e8d3800a1
commit
b00939610a
@ -23,8 +23,8 @@
|
||||
// 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
|
||||
|
@ -24,6 +24,10 @@
|
||||
// Author : Damien COQUERET
|
||||
|
||||
|
||||
#ifndef _Sketcher_Profile_HXX_
|
||||
#define _Sketcher_Profile_HXX_
|
||||
|
||||
|
||||
#include "Sketcher.hxx"
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
@ -55,3 +59,5 @@ private:
|
||||
private:
|
||||
TCollection_AsciiString myCommand;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -24,6 +24,10 @@
|
||||
// Author : Sergey KHROMOV
|
||||
|
||||
|
||||
#ifndef _Sketcher_Utils_HXX_
|
||||
#define _Sketcher_Utils_HXX_
|
||||
|
||||
|
||||
#include "Sketcher.hxx"
|
||||
|
||||
#include <gp_Pnt.hxx>
|
||||
@ -95,3 +99,5 @@ public:
|
||||
std::list <gp_Pnt> &thePoints);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user