X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingCMeshServant.hxx;h=6c7f093b58079d2629cb57f494b40b96e9d99506;hb=0db760d7198dd80338bc0feedcc654a2725ffff4;hp=c7874bb2cc8a6611a467d5edb79a0303c8e59dff;hpb=0a5983902df7b8197b97ac8b146226867ab37553;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx index c7874bb2c..6c7f093b5 100644 --- a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -27,7 +27,7 @@ #include "MEDCouplingStructuredMeshServant.hxx" #include "MEDCouplingCorba.hxx" -namespace ParaMEDMEM +namespace MEDCoupling { class MEDCouplingCMesh; @@ -37,7 +37,7 @@ namespace ParaMEDMEM typedef MEDCouplingCMesh CppType; MEDCouplingCMeshServant(const MEDCouplingCMesh *cppPointerOfMesh); ~MEDCouplingCMeshServant(); - private: + public: const MEDCouplingCMesh *getPointer() const { return (const MEDCouplingCMesh *)(_cpp_pointer); } }; }