X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingFieldDoubleServant.hxx;h=f2482e1afcb9b5d6564d9affe7a3e8a30aec4266;hb=0db760d7198dd80338bc0feedcc654a2725ffff4;hp=e758f32a3ce0346dd60a66353794574bf2ce20aa;hpb=fafb785ce466eaf65c41b73b82a0753432d422ad;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx b/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx index e758f32a3..f2482e1af 100644 --- a/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingFieldDoubleServant.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 @@ -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();