Salome HOME
Merge branch 'V7_dev'
[modules/med.git] / src / MEDCouplingCorba / MEDCoupling1DGTUMeshServant.hxx
index 788d95ee13f8cc6abc437e5ce87182ef213f2748..74a11a68898ddad9bfdf700327e992c46be082bf 100644 (file)
@@ -29,7 +29,7 @@
 #include "MEDCoupling1GTUMeshServant.hxx"
 #include "MEDCouplingCorba.hxx"
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCoupling1DGTUMesh;
 
@@ -38,7 +38,7 @@ namespace ParaMEDMEM
   public:
     typedef MEDCoupling1DGTUMesh CppType;
     MEDCoupling1DGTUMeshServant(const MEDCoupling1DGTUMesh *cppPointerOfMesh);
-  protected:
+  public:
     const MEDCoupling1DGTUMesh *getPointer() const { return (const MEDCoupling1DGTUMesh *)_cpp_pointer; }
   };
 }