From 2e2a0e115a1c41e1cfa05fce19800f692e02b55b Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 21 Mar 2006 14:49:02 +0000 Subject: [PATCH] *** empty log message *** --- src/BasicGUI/BasicGUI_WorkingPlaneDlg.h | 2 +- src/BuildGUI/BuildGUI_WireDlg.h | 2 +- src/GEOMContext/GEOMContext.cxx | 3 ++- src/STEPImport/STEPImport.cxx | 14 +++++++------- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/BasicGUI/BasicGUI_WorkingPlaneDlg.h b/src/BasicGUI/BasicGUI_WorkingPlaneDlg.h index 7f5e945cc..b12233c6e 100644 --- a/src/BasicGUI/BasicGUI_WorkingPlaneDlg.h +++ b/src/BasicGUI/BasicGUI_WorkingPlaneDlg.h @@ -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 diff --git a/src/BuildGUI/BuildGUI_WireDlg.h b/src/BuildGUI/BuildGUI_WireDlg.h index 86c2edb24..15df1e2e6 100644 --- a/src/BuildGUI/BuildGUI_WireDlg.h +++ b/src/BuildGUI/BuildGUI_WireDlg.h @@ -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" diff --git a/src/GEOMContext/GEOMContext.cxx b/src/GEOMContext/GEOMContext.cxx index fcd33c80f..9ca165efe 100644 --- a/src/GEOMContext/GEOMContext.cxx +++ b/src/GEOMContext/GEOMContext.cxx @@ -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; diff --git a/src/STEPImport/STEPImport.cxx b/src/STEPImport/STEPImport.cxx index e07fee764..55ff94336 100644 --- a/src/STEPImport/STEPImport.cxx +++ b/src/STEPImport/STEPImport.cxx @@ -37,21 +37,21 @@ #include // 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) { -- 2.39.2