Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCouplingCorba / MEDCoupling1GTUMeshServant.hxx
old mode 100755 (executable)
new mode 100644 (file)
index ec07bea..7ea8fae
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // 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 "MEDCouplingPointSetServant.hxx"
 #include "MEDCouplingCorba.hxx"
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class MEDCoupling1GTUMesh;
 
@@ -38,7 +38,7 @@ namespace ParaMEDMEM
   public:
     typedef MEDCoupling1GTUMesh CppType;
     MEDCoupling1GTUMeshServant(const MEDCoupling1GTUMesh *cppPointerOfMesh);
-  protected:
+  public:
     const MEDCoupling1GTUMesh *getPointer() const { return (const MEDCoupling1GTUMesh *)_cpp_pointer; }
   };
 }