Salome HOME
Copyright update 2020
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingMultiFieldsServant.hxx
index db052e7ea0817f41f682371fe925bb134dd6d23f..637b754b901efd8eb1c28149d0124bb079916040 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  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
@@ -32,7 +32,7 @@
 
 #include <vector>
 
-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();