X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCoupling1DGTUMeshServant.hxx;h=a76e3a2344e528b8d4dd104a8052a4e98e8ba3ba;hb=ac322e3094a38d268a2cc56e58ab05206a67436b;hp=2bea4626a67836bea1695d78431b51c7130e8437;hpb=8e96a3a612342439ce6415ac4467afb8494ed323;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCoupling1DGTUMeshServant.hxx b/src/MEDCouplingCorba/MEDCoupling1DGTUMeshServant.hxx index 2bea4626a..a76e3a234 100644 --- a/src/MEDCouplingCorba/MEDCoupling1DGTUMeshServant.hxx +++ b/src/MEDCouplingCorba/MEDCoupling1DGTUMeshServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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; } }; }