#include <QCheckBox>
#include <QLineEdit>
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
// Constructor
// Initialize qt part and private var part
#include "ParaMEDCouplingFieldDoubleServant.hxx"
#include "utilities.h"
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
ParaMEDCouplingFieldDoubleServant::ParaMEDCouplingFieldDoubleServant(CORBA::ORB_ptr orb,MEDCouplingFieldDouble* field):MEDCouplingFieldDoubleServant(field)
{
#include "MEDCouplingFieldDouble.hxx"
#include "MEDCouplingFieldDoubleServant.hxx"
-namespace ParaMEDMEM
+namespace MEDCoupling
{
class ParaMEDCouplingFieldDoubleServant : public virtual POA_SALOME_MED::ParaMEDCouplingFieldDoubleCorbaInterface,
public MEDCouplingFieldDoubleServant,
#include "ParaMEDCouplingUMeshServant.hxx"
#include "utilities.h"
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
ParaMEDCouplingUMeshServant::ParaMEDCouplingUMeshServant(CORBA::ORB_ptr orb,MEDCouplingUMesh* mesh):MEDCouplingUMeshServant(mesh),MPIObject_i()
{
#include "MPIObject_i.hxx"
#include "MEDCouplingUMeshServant.hxx"
-namespace ParaMEDMEM
+namespace MEDCoupling
{
class ParaMEDCouplingUMeshServant : public virtual POA_SALOME_MED::ParaMEDCouplingUMeshCorbaInterface,
public MEDCouplingUMeshServant,
#include "MPIMEDCouplingFieldDoubleServant.hxx"
#include "utilities.h"
using namespace std;
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
typedef struct
{
void * th_getdatabympi(void *st);
-namespace ParaMEDMEM
+namespace MEDCoupling
{
class MPIMEDCouplingFieldDoubleServant : public virtual POA_SALOME_MED::MPIMEDCouplingFieldDoubleCorbaInterface,
public ParaMEDCouplingFieldDoubleServant
#include "utilities.h"
#include "Utils_SALOME_Exception.hxx"
using namespace std;
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
typedef struct
{
SALOME_MED::ParaMEDMEMComponent_ptr compo;
} thread_st;
-namespace ParaMEDMEM
+namespace MEDCoupling
{
class ParaMEDMEMComponent_i : public virtual POA_SALOME_MED::ParaMEDMEMComponent, public Engines_Component_i, public MPIObject_i
{