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