// File : MPIContainer_i.cxx
// Module : SALOME
-using namespace std;
#include <iostream.h>
#include <dlfcn.h>
#include <stdio.h>
#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,
// 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()
{
-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[])
{
-using namespace std;
//=============================================================================
// File : SALOME_MPILifeCycleCORBA.cxx
// Created : mar jui 03 14:55:50 CEST 2003
#include "SALOME_MPILifeCycleCORBA.hxx"
#include CORBA_CLIENT_HEADER(SALOME_ModuleCatalog)
#include "SALOME_NamingService.hxx"
+using namespace std;
SALOME_MPILifeCycleCORBA::SALOME_MPILifeCycleCORBA() :
SALOME_LifeCycleCORBA()
-using namespace std;
//=============================================================================
// File : TestMPIComponentEngine.cxx
// Created : mer jui 4 12:28:26 CEST 2003
#include "utilities.h"
#include "TestMPIComponentEngine.hxx"
+using namespace std;
TestMPIComponentEngine::TestMPIComponentEngine(int nbproc, int numproc,
CORBA::ORB_ptr orb,