Salome HOME
Merge branch 'V7_dev'
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingCMeshServant.hxx
index e3c9847f0a138ccf65dddd6ebfc9af703708eaa1..95b1cd0f4ce5ced70a1347aea2c5c5de174fe85d 100644 (file)
@@ -27,7 +27,7 @@
 #include "MEDCouplingStructuredMeshServant.hxx"
 #include "MEDCouplingCorba.hxx"
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCouplingCMesh;
 
@@ -37,7 +37,7 @@ namespace ParaMEDMEM
     typedef MEDCouplingCMesh CppType;
     MEDCouplingCMeshServant(const MEDCouplingCMesh *cppPointerOfMesh);
     ~MEDCouplingCMeshServant();
-  private:
+  public:
     const MEDCouplingCMesh *getPointer() const { return (const MEDCouplingCMesh *)(_cpp_pointer); }
   };
 }