]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
*** empty log message ***
authorabd <abd@opencascade.com>
Tue, 21 Mar 2006 14:49:02 +0000 (14:49 +0000)
committerabd <abd@opencascade.com>
Tue, 21 Mar 2006 14:49:02 +0000 (14:49 +0000)
src/BasicGUI/BasicGUI_WorkingPlaneDlg.h
src/BuildGUI/BuildGUI_WireDlg.h
src/GEOMContext/GEOMContext.cxx
src/STEPImport/STEPImport.cxx

index 7f5e945cc52d5231f9812c25ff6b1d13c9409c00..b12233c6e3f59f4f8d15ea93b19679bf151bad5c 100644 (file)
@@ -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
 
index 86c2edb242829c96bcfa7b7ac5ef9e821f0f5e97..15df1e2e682fedaa2a9747883aac0501b6e6be82 100644 (file)
@@ -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"
index fcd33c80fe35c0c7099627b304e1e73915a52ab3..9ca165efe85804cc83f4f30e767cd1fb89b0e388 100644 (file)
 //  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;
 
index e07fee764375ecd01d50de323b2f2090952f259c..55ff94336700f51a62484886000af70e2bfd613b 100644 (file)
 #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)
   {