X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingFieldDoubleServant.hxx;h=f2482e1afcb9b5d6564d9affe7a3e8a30aec4266;hb=0db760d7198dd80338bc0feedcc654a2725ffff4;hp=ed35edfef4e128150c672fda2e8634dd25ea1eed;hpb=ff43ab5bba59622a80e6535b04bf54bfba800698;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx b/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx old mode 100755 new mode 100644 index ed35edfef..f2482e1af --- a/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.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 MEDCouplingFieldDouble; @@ -44,7 +44,7 @@ namespace ParaMEDMEM public: typedef MEDCouplingFieldDouble CppType; MEDCouplingFieldDoubleServant(const MEDCouplingFieldDouble *cppPointerOfMesh); - protected: + public: const MEDCouplingFieldDouble *getPointer() const { return (const MEDCouplingFieldDouble *)(_cpp_pointer); } protected: char *getName();