X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingFieldTemplateServant.hxx;h=aeb612174a81a2d33e060a1e7a63fe2e8c968657;hb=0db760d7198dd80338bc0feedcc654a2725ffff4;hp=cedad444a05affa5104ab75866f9a5424eb7b723;hpb=4e9a620291e47249b080e10dfe603d29e9ed7ef3;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx b/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx index cedad444a..aeb612174 100644 --- a/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingFieldTemplateServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -32,7 +32,7 @@ #include -namespace ParaMEDMEM +namespace MEDCoupling { class RefCountObject; class MEDCouplingFieldTemplate; @@ -44,7 +44,7 @@ namespace ParaMEDMEM 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);