Salome HOME
Copyright update 2020
[modules/med.git] / src / MEDCouplingCorba / MEDCoupling1DGTUMeshServant.hxx
index 788d95ee13f8cc6abc437e5ce87182ef213f2748..a76e3a2344e528b8d4dd104a8052a4e98e8ba3ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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; }
   };
 }