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