X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingFieldTemplateServant.hxx;h=92c26226bc9669d66a99c66e7c373a455ad72a25;hb=bb9014c6fe3e097edd7009a00dc56f514c680365;hp=bfcdb24eedc53e931f4be2b2b2899b0ebcdededd;hpb=9143e3cf1d22d4d867717fa44d39e7d816a46979;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx b/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx index bfcdb24ee..92c26226b 100644 --- a/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2022 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 @@ -44,7 +44,7 @@ namespace MEDCoupling public: typedef MEDCouplingFieldTemplate CppType; MEDCouplingFieldTemplateServant(const MEDCouplingFieldTemplate *cppPointerOfMesh); - protected: + public: const MEDCouplingFieldTemplate *getPointer() const { return (const MEDCouplingFieldTemplate *)(_cpp_pointer); } protected: void getTinyInfo(SALOME_TYPES::ListOfLong_out la, SALOME_TYPES::ListOfDouble_out da, SALOME_TYPES::ListOfString_out sa);