]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Correct compilation under Win32 platform BR_WPdev_For_4_0
authorabd <abd@opencascade.com>
Thu, 8 May 2008 08:23:07 +0000 (08:23 +0000)
committerabd <abd@opencascade.com>
Thu, 8 May 2008 08:23:07 +0000 (08:23 +0000)
src/GEOMClient/GEOM_Client.cxx
src/GEOMGUI/GEOM_Displayer.h
src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx
src/GEOMImpl/GEOMImpl_IHealingOperations.cxx
src/GEOMImpl/GEOMImpl_ILocalOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOM_I/GEOM_Gen_i.cc

index f5167327c142752a76efcb2ff539c165c1367cd1..4c2c919752ec41ced5ca3367065e33b6b4d5bbc8 100644 (file)
@@ -26,8 +26,6 @@
 //  Module : GEOM
 //  $Header$
 
-using namespace std;
-
 #include <Standard_Stream.hxx>
 
 #include <Standard_Stream.hxx>
index 0a55928bc94275e747eef4ed74d03830e411d200..87a3f74e7cc17a10dd83d4a40b245a28676eb02d 100644 (file)
@@ -29,8 +29,6 @@
 #if !defined (__GEOM_DISPLAYER_H)
 #define __GEOM_DISPLAYER_H
 
-using namespace std;
-
 #include "GEOM_GEOMGUI.hxx"
 
 #include "SALOME_Prs.h"
index 883c848c7cd59460d9853ed9f6a8abb9158af942..6be4c561b8c53fb8b1269fc09ddfef8d4b0c01c3 100644 (file)
@@ -21,8 +21,6 @@
 #pragma warning( disable:4786 )
 #endif
 
-using namespace std;
-
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_IBlocksOperations.hxx>
index dee7cd1fd4b1cff39116f778366f7fb83796c9c4..614757094708c1311d5a7316aef716facfc65615 100644 (file)
@@ -24,8 +24,6 @@
 #pragma warning( disable:4786 )
 #endif
 
-using namespace std;
-
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_IHealingOperations.hxx>
index 2ec4e5e397e89baef23af36cabb8831a5d4ea966..967c7b8f68491babb5ac6e2dd50c1544e14246a7 100644 (file)
@@ -18,8 +18,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-using namespace std;
-
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_ILocalOperations.hxx>
index fddf2e7244456aef6178ec79a014dfeaaae9624f..cebaca29d42bdae543ba917759ee360d0e57e52c 100644 (file)
@@ -23,8 +23,6 @@
 // Project   : SALOME
 // $Header$
 
-using namespace std;
-
 #include <Standard_Stream.hxx>
 
 #include "GEOMImpl_IShapesOperations.hxx"
index 106ee9ef66c6c80bba21633cf6ec80fbfe8231c5..e45c8268c2904e765ed0b5f23f1ad616d70dd795 100644 (file)
@@ -29,7 +29,6 @@
 #include <strstream>
 
 #include "Utils_CorbaException.hxx"
-#include "OpUtil.hxx"
 #include "Utils_ExceptHandlers.hxx"
 #include "utilities.h"
 
@@ -289,7 +288,7 @@ SALOMEDS::TMPFile* GEOM_Gen_i::Save(SALOMEDS::SComponent_ptr theComponent,
                                    bool isMultiFile) {
   SALOMEDS::TMPFile_var aStreamFile;
   // Get a temporary directory to store a file
-  std::string aTmpDir = (isMultiFile)?theURL:SALOMEDS_Tool::GetTmpDir();
+  std::string aTmpDir = (isMultiFile)?theURL : SALOMEDS_Tool::GetTmpDir();
 
   // OCCT BUG: cannot save a document (in current folder)
   // if directory name is empty