]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Executable version on Windows Platform BR_WPdev_For_5_0
authorabd <abd@opencascade.com>
Thu, 17 Jul 2008 10:48:39 +0000 (10:48 +0000)
committerabd <abd@opencascade.com>
Thu, 17 Jul 2008 10:48:39 +0000 (10:48 +0000)
src/DlgRef/DlgRef.h
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx
src/OBJECT/GEOM_OBJECT_defs.hxx
src/PrimitiveGUI/PrimitiveGUI_BoxDlg.cxx

index f3f42a6cf3a8e11e6552d1cc44ab7ecb60ee5e55..af098243ecbb1ec3e4b3bff9576f2b5726cde6cb 100644 (file)
@@ -716,7 +716,7 @@ public:
 
 namespace DlgRef
 {
-  QString PrintDoubleValue( double, int = 16 );
+  DLGREF_EXPORT QString PrintDoubleValue( double, int = 16 );
 };
 
 #endif // GEOM_DLGREF_H
index 2be9e4c79c3337620eb53591fdb0b2c26a5f1e00..84daf12a6a233f568d0acf8dd914f93569902928 100644 (file)
@@ -158,8 +158,6 @@ void GEOMToolsGUI::OnCheckGeometry()
 
 void GEOMToolsGUI::OnAutoColor()
 {
-  QList<SALOME_Prs> aListOfGroups;
-
   SALOME_ListIO selected;
   SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
   if( !app )
index 3377ce908a68b4195c6b8c0c91b73d075a5d3e00..c9d5ede467b1715369d422525da36ed02891e237 100755 (executable)
 #ifndef _GEOM_OBJECT_defs_HXX_
 #define _GEOM_OBJECT_defs_HXX_
 
-#ifdef WNT
- #if defined OBJECT_EXPORTS
-  #if defined WIN32
-   #define GEOM_OBJECT_EXPORT __declspec( dllexport )
-  #else
-   #define GEOM_OBJECT_EXPORT
-  #endif
- #else
-  #if defined WIN32
-   #define GEOM_OBJECT_EXPORT __declspec( dllimport )
-  #else
-   #define GEOM_OBJECT_EXPORT
-  #endif
- #endif
+#ifdef WIN32
+# if defined GEOM_OBJECT_EXPORTS
+#  define GEOM_OBJECT_EXPORT __declspec( dllexport )
+# else
+#  define GEOM_OBJECT_EXPORT __declspec( dllimport )
+# endif
 #else
- #define GEOM_OBJECT_EXPORT
+define GEOM_OBJECT_EXPORT
 #endif
 
 #endif
index 8435e9a3804bf5f7f0d26664e2beb6422df7d464..2dcecd1bd7de445e118fd5a3ec1d117df0ca411b 100644 (file)
@@ -41,7 +41,7 @@
 #include <TopTools_IndexedMapOfShape.hxx>
 
 #include <GEOMImpl_Types.hxx>
-#include <ostream.h>
+#include <ostream>
 
 //=================================================================================
 // class    : PrimitiveGUI_BoxDlg()