X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FDataArrayDoubleServant.hxx;h=2036fddc325078bbd066e59e6d8db9a71129d0cf;hb=0158b3de8e53f47c89b14edda2f91465d772af7c;hp=1e01a4e38a3783afd2e32b3f3404fd0895594c0c;hpb=aeb48974ed761c5e30d44a83149330153dc13d85;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/DataArrayDoubleServant.hxx b/src/MEDCouplingCorba/DataArrayDoubleServant.hxx index 1e01a4e38..2036fddc3 100644 --- a/src/MEDCouplingCorba/DataArrayDoubleServant.hxx +++ b/src/MEDCouplingCorba/DataArrayDoubleServant.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,7 +29,7 @@ #include "MEDCouplingCorba.hxx" #include "DataArrayServant.hxx" -namespace ParaMEDMEM +namespace MEDCoupling { class DataArrayDouble; @@ -40,10 +40,10 @@ namespace ParaMEDMEM typedef DataArrayDouble CppType; DataArrayDoubleServant(const DataArrayDouble *cppPointer); protected: - const DataArrayDouble *getPointer() const { return (const DataArrayDouble *)(_cpp_pointer); } SALOME::StringSeq *GetExportableFormats(); CORBA::Boolean ExportDataAs(const char *format, SALOME::GenericObj_out exporter); public: + const DataArrayDouble *getPointer() const { return (const DataArrayDouble *)(_cpp_pointer); } void getTinyInfo(SALOME_TYPES::ListOfLong_out la, SALOME_TYPES::ListOfString_out sa); void getSerialisationData(SALOME_TYPES::ListOfDouble_out da); };