]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Providing portability with CAS-6.2.1sp1
authormaintenance team <salome-mnt@opencascade.com>
Tue, 19 Feb 2008 09:32:19 +0000 (09:32 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 19 Feb 2008 09:32:19 +0000 (09:32 +0000)
src/GEOMImpl/GEOMImpl_IBlocksOperations.cxx
src/GEOMImpl/GEOMImpl_IBlocksOperations.hxx
src/GEOMImpl/GEOMImpl_IHealingOperations.cxx
src/GEOMImpl/GEOMImpl_IHealingOperations.hxx
src/GEOMImpl/GEOMImpl_ILocalOperations.cxx
src/GEOMImpl/GEOMImpl_ILocalOperations.hxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx

index 252a39d7f963bf5f990e7d6890db520ad35b98ec..22032807a8cc367a97c4cda8984925a06c45b4b8 100644 (file)
@@ -21,6 +21,8 @@
 #pragma warning( disable:4786 )
 #endif
 
+using namespace std;
+
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_IBlocksOperations.hxx>
index 9b8414308680c72abcd14f2580eff28a77209592..8248df00f512a1b63e35aa5f845fce4c7cf7b5b0 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _GEOMImpl_IBlocksOperations_HXX_
 #define _GEOMImpl_IBlocksOperations_HXX_
 
+using namespace std;
+
 #include "GEOM_IOperations.hxx"
 
 #include <TopTools_ListOfShape.hxx>
index 9e67bc310d05025e5521f3604dd7e19523f96e04..bf9a60316b8808847b0971909575b53186199174 100644 (file)
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
+
+
 #ifdef WNT
 #pragma warning( disable:4786 )
 #endif
 
+using namespace std;
+
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_IHealingOperations.hxx>
index 3b36d040fb0bcf835e3cc18fc28eb9e3e0654cef..119873d19a2bbf194fe718a94054151e6d2c3a11 100644 (file)
@@ -18,6 +18,8 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+using namespace std;
+
 #ifndef _GEOMImpl_IHealingOperations_HXX_
 #define _GEOMImpl_IHealingOperations_HXX_
 
index 14ef164437d948b829f35c4b8fe9c73c75e7da4d..2ec4e5e397e89baef23af36cabb8831a5d4ea966 100644 (file)
@@ -17,6 +17,9 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
+using namespace std;
+
 #include <Standard_Stream.hxx>
 
 #include <GEOMImpl_ILocalOperations.hxx>
index 479d1dc8b8180fb2325959382911e8d1b3e7aff6..ba1972e3763b35ae92a674fccd76bfe715efa6b3 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _GEOMImpl_ILocalOperations_HXX_
 #define _GEOMImpl_ILocalOperations_HXX_
 
+using namespace std;
+
 #include "Utils_SALOME_Exception.hxx"
 #include "GEOM_IOperations.hxx"
 #include "GEOM_Engine.hxx"
index b2b8dc364d8c2d94b81ea551411117fdde1acd22..0890728999854162e0ee27f45eadefd3ceacb457 100644 (file)
@@ -23,6 +23,8 @@
 // Project   : SALOME
 // $Header$
 
+using namespace std;
+
 #include <Standard_Stream.hxx>
 
 #include "GEOMImpl_IShapesOperations.hxx"
index 1e8cdc2c80a992099dbfac4be5e73e5cf41eae12..6506de36e55fc3b7db8c78c3ec5697c2eb27a86f 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef _GEOMImpl_IShapesOperations_HXX_
 #define _GEOMImpl_IShapesOperations_HXX_
 
+using namespace std;
+
 #include "GEOM_IOperations.hxx"
 
 #include "GEOMAlgo_State.hxx"