]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Correct compilation under Win32 platform
authorabd <abd@opencascade.com>
Thu, 8 May 2008 08:44:09 +0000 (08:44 +0000)
committerabd <abd@opencascade.com>
Thu, 8 May 2008 08:44:09 +0000 (08:44 +0000)
src/SMESH/SMESH_Block.cxx
src/SMESH/SMESH_OctreeNode.hxx
src/SMESH/SMESH_Pattern.cxx
src/SMESH/SMESH_Pattern.hxx
src/SMESHGUI/SMESHGUI_EditMeshDlg.h
src/SMESHGUI/SMESHGUI_VTKUtils.h
src/StdMeshers/StdMeshers_Distribution.hxx
src/StdMeshers/StdMeshers_Penta_3D.cxx
src/StdMeshers/StdMeshers_ProjectionUtils.cxx
src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx

index 59d48a9786386d0c0642aacbb1bf9069e764dce6..6a50ff019aec097c8d8ed8dd7219f64d4b85b733 100644 (file)
@@ -21,8 +21,6 @@
 // Created   : Mon Aug  2 10:30:00 2004
 // Author    : Edward AGAPOV (eap)
 
-using namespace std;
-
 #include "SMESH_Block.hxx"
 
 #include <BRepAdaptor_Curve.hxx>
index 99fec61858f60f22d02e3831abc8a2c24b0efb60..84f678333fc9368e2a13b38951557425d355de4e 100644 (file)
@@ -27,8 +27,6 @@
 // Author    : Nicolas Geimer & Aurélien Motteux  (OCC)
 // Module    : SMESH
 
-using namespace std;
-
 #ifndef _SMESH_OCTREENODE_HXX_
 #define _SMESH_OCTREENODE_HXX_
 
index 1ab83c71e927aa94cf2a3864683deeacdaeffa2d..4d3fe36f66134b9c85272dfa79b695d1b099c94c 100644 (file)
@@ -21,8 +21,6 @@
 // Created   : Mon Aug  2 10:30:00 2004
 // Author    : Edward AGAPOV (eap)
 
-using namespace std;
-
 #include "SMESH_Pattern.hxx"
 
 #include <BRepAdaptor_Curve.hxx>
index 342d2873bccff6628c6958a57baba1109d35c135..fe40a5152f192239a26c2b81ce3698727c78f0f0 100644 (file)
@@ -21,8 +21,6 @@
 // Created   : Mon Aug  2 10:30:00 2004
 // Author    : Edward AGAPOV (eap)
 
-using namespace std;
-
 #ifndef SMESH_Pattern_HeaderFile
 #define SMESH_Pattern_HeaderFile
 
index 99f8e6a6422841860196b93109aa1fc2b390b8c5..5a0279d9cbb9cb59a25e603782b8559c26eae9d8 100644 (file)
@@ -18,8 +18,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-using namespace std;
-
 #ifndef SMESHGUI_EditMeshDlg_H
 #define SMESHGUI_EditMeshDlg_H
 
index 4dbeb75a5e7f2c2530394906f65c6c0368397f48..bd65df64826da6fc50d7a530e7cce76d3c38122b 100644 (file)
@@ -17,8 +17,6 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
-using namespace std;
-
 #ifndef SMESHGUI_VTKUtils_HeaderFile
 #define SMESHGUI_VTKUtils_HeaderFile
 
index 830fa0b1e8e0a1ea830d89834e76564999480233..124e4e8bc44e740d45b884a2f3c7e2bc749dc2a8 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef _STD_MESHERS_DISTRIBUTION_HXX_
 #define _STD_MESHERS_DISTRIBUTION_HXX_
 
-using namespace std;
-
 #include "SMESH_StdMeshers.hxx"
 
 #include <vector>
index 8f3d233a280a14363d6cb214dc7d3b323891111b..4030cdfce3c7b8f362c41277f6b01bd2f30e45e8 100644 (file)
@@ -24,8 +24,6 @@
 //  File   : StdMeshers_Penta_3D.cxx
 //  Module : SMESH
 
-using namespace std;
-
 #include "StdMeshers_Penta_3D.hxx"
 
 #include "utilities.h"
index 7178888a9d3deb50905d817aa38c831099380943..1b859e5d9ca7b37db60164f5520efb022e8231df 100644 (file)
@@ -25,8 +25,6 @@
 // Created   : Fri Oct 27 10:24:28 2006
 // Author    : Edward AGAPOV (eap)
 
-using namespace std;
-
 #include "StdMeshers_ProjectionUtils.hxx"
 
 #include "StdMeshers_ProjectionSource1D.hxx"
index 15847d15ad4f528daa47633b0f47382a3b177397..460dfb4d54e2848f7162a789e53e2e4317abfeeb 100644 (file)
@@ -18,8 +18,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-using namespace std;
-
 #include "StdMeshersGUI_DistrPreview.h"
 
 #include <Expr_NamedUnknown.hxx>