mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +05:00
*** empty log message ***
This commit is contained in:
parent
5bd9f159c1
commit
2e2a0e115a
@ -39,7 +39,7 @@
|
||||
// class : BasicGUI_WorkingPlaneDlg
|
||||
// purpose :
|
||||
//=================================================================================
|
||||
class GEOM_BASICGUI_EXPORT BASICGUI_WNT_EXPORT BasicGUI_WorkingPlaneDlg : public GEOMBase_Skeleton
|
||||
class GEOM_BASICGUI_EXPORT BasicGUI_WorkingPlaneDlg : public GEOMBase_Skeleton
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#ifndef DIALOGBOX_WIRE_H
|
||||
#define DIALOGBOX_WIRE_H
|
||||
|
||||
#include "GEOM_BuildGUI"
|
||||
#include "GEOM_BuildGUI.hxx"
|
||||
|
||||
#include "GEOMBase_Skeleton.h"
|
||||
#include "DlgRef_1Sel_QTD.h"
|
||||
|
@ -25,10 +25,11 @@
|
||||
// Module : GEOM
|
||||
// $Header:
|
||||
|
||||
using namespace std;
|
||||
#include "GEOMContext.h"
|
||||
#include "QAD_Tools.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
/* The object itself created in the static method 'GetOrCreateGEOMBase()' */
|
||||
static GEOMContext* GeomGUI = 0;
|
||||
|
||||
|
@ -37,21 +37,21 @@
|
||||
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
|
||||
|
||||
#ifdef WNT
|
||||
#if defined STEPEXPORT_IMPORTS
|
||||
#if defined STEPIMPORT_EXPORTS
|
||||
#if defined WIN32
|
||||
#define STEPEXPORT_IMPORT __declspec( dllexport )
|
||||
#define STEPIMPORT_EXPORT __declspec( dllexport )
|
||||
#else
|
||||
#define STEPEXPORT_IMPORT
|
||||
#define STEPIMPORT_EXPORT
|
||||
#endif
|
||||
#else
|
||||
#if defined WIN32
|
||||
#define STEPEXPORT_IMPORT __declspec( dllimport )
|
||||
#define STEPIMPORT_EXPORT __declspec( dllimport )
|
||||
#else
|
||||
#define STEPEXPORT_IMPORT
|
||||
#define STEPIMPORT_EXPORT
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#define STEPEXPORT_IMPORT
|
||||
#define STEPIMPORT_EXPORT
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
STEPEXPORT_IMPORT
|
||||
STEPIMPORT_EXPORT
|
||||
TopoDS_Shape Import (const TCollection_AsciiString& theFileName,
|
||||
TCollection_AsciiString& theError)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user