X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingMultiFieldsServant.hxx;h=5ce7ac91c2f509ff41d5dfbb2d95e96ca899b037;hb=HEAD;hp=db052e7ea0817f41f682371fe925bb134dd6d23f;hpb=b0d8189fefd2a0761ecfb14dd90a0c30a2eb3768;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingMultiFieldsServant.hxx b/src/MEDCouplingCorba/MEDCouplingMultiFieldsServant.hxx index db052e7ea..5ce7ac91c 100644 --- a/src/MEDCouplingCorba/MEDCouplingMultiFieldsServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingMultiFieldsServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 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 MEDCouplingMultiFields; @@ -43,7 +43,7 @@ namespace ParaMEDMEM public: typedef MEDCouplingMultiFields CppType; MEDCouplingMultiFieldsServant(const MEDCouplingMultiFields *cppPointer); - protected: + public: const MEDCouplingMultiFields *getPointer() const { return (const MEDCouplingMultiFields *)(_cpp_pointer); } protected: char *getName();