]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
gestion parallelisme sur CCRT
authorsecher <secher>
Wed, 28 Jan 2004 14:53:16 +0000 (14:53 +0000)
committersecher <secher>
Wed, 28 Jan 2004 14:53:16 +0000 (14:53 +0000)
src/MPIContainer/MPIContainer_i.cxx
src/MPIContainer/MPIObject_i.cxx
src/MPIContainer/SALOME_MPIContainer.cxx
src/MPILifeCycleCORBA/SALOME_MPILifeCycleCORBA.cxx
src/TestMPIContainer/TestMPIComponentEngine.cxx

index 3b531f02e9740b720d4cd414ad3834faa16ab7e0..53df81a85ea36ab9f0c90b717378651690596a02 100644 (file)
@@ -24,7 +24,6 @@
 //  File   : MPIContainer_i.cxx
 //  Module : SALOME
 
-using namespace std;
 #include <iostream.h>
 #include <dlfcn.h>
 #include <stdio.h>
@@ -33,7 +32,7 @@ using namespace std;
 #include "Utils_SINGLETON.hxx"
 #include "OpUtil.hxx"
 #include "utilities.h"
-
+using namespace std;
 
 // L'appel au registry SALOME ne se fait que pour le process 0
 Engines_MPIContainer_i::Engines_MPIContainer_i(int nbproc, int numproc,
index 218c01c9db9326679fd7824f88a1b76188ac9236..581a85e79015b56552a20f104d184267ac55d9fe 100644 (file)
 //  File   : MPIObject_i.cxx
 //  Module : SALOME
 
-using namespace std;
 #include "MPIObject_i.hxx"
 #include "utilities.h"
 #include <mpi.h>
+using namespace std;
 
 MPIObject_i::MPIObject_i()
 {
index cc2da664f2ad23abd493bfbfb1c1cf6bcf9a55e3..d6fb4474fc110c4eb32072064f234926bab00d6f 100644 (file)
@@ -1,10 +1,10 @@
-using namespace std;
 #include <iostream>
 #include "MPIContainer_i.hxx"
 #include "Utils_ORB_INIT.hxx"
 #include "Utils_SINGLETON.hxx"
 #include "utilities.h"
 #include <mpi.h>
+using namespace std;
 
 int main(int argc, char* argv[])
 {
index cc88f04f1da3d049c817516ab837a860fce58ce0..cfa9f4c77c193b906c3799be6df5dc45aa9a95ff 100644 (file)
@@ -1,4 +1,3 @@
-using namespace std;
 //=============================================================================
 // File      : SALOME_MPILifeCycleCORBA.cxx
 // Created   : mar jui 03 14:55:50 CEST 2003
@@ -23,6 +22,7 @@ using namespace std;
 #include "SALOME_MPILifeCycleCORBA.hxx"
 #include CORBA_CLIENT_HEADER(SALOME_ModuleCatalog)
 #include "SALOME_NamingService.hxx"
+using namespace std;
 
 SALOME_MPILifeCycleCORBA::SALOME_MPILifeCycleCORBA() : 
   SALOME_LifeCycleCORBA()
index 50cead65c34608b57a6e8fdc6d272b23a4576dd0..b0bf10b0cf2526dfc409589d361daf609326c2ae 100644 (file)
@@ -1,4 +1,3 @@
-using namespace std;
 //=============================================================================
 // File      : TestMPIComponentEngine.cxx
 // Created   : mer jui 4 12:28:26 CEST 2003
@@ -10,6 +9,7 @@ using namespace std;
 
 #include "utilities.h"
 #include "TestMPIComponentEngine.hxx"
+using namespace std;
 
 TestMPIComponentEngine::TestMPIComponentEngine(int nbproc, int numproc,
                                               CORBA::ORB_ptr orb,