X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_MeshCollectionMedAsciiDriver.hxx;h=17496e462f3bb7fbbca721ea2a51b7b11d664c23;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=699c0b25401012ade47c4c6cac1eb6663e5b1d23;hpb=1ca2b215a1ae474745fabc87dd9c5c98e9af6354;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_MeshCollectionMedAsciiDriver.hxx b/src/MEDPartitioner/MEDPARTITIONER_MeshCollectionMedAsciiDriver.hxx index 699c0b254..17496e462 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_MeshCollectionMedAsciiDriver.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_MeshCollectionMedAsciiDriver.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -20,18 +20,19 @@ #ifndef __MEDPARTITIONER_MESHCOLLECTIONMEDASCIIDRIVER_HXX__ #define __MEDPARTITIONER_MESHCOLLECTIONMEDASCIIDRIVER_HXX__ +#include "MEDPARTITIONER.hxx" #include "MEDPARTITIONER_MeshCollectionDriver.hxx" namespace MEDPARTITIONER { class MeshCollection; - class MeshCollectionMedAsciiDriver : public MeshCollectionDriver + class MEDPARTITIONER_EXPORT MeshCollectionMedAsciiDriver : public MeshCollectionDriver { public: MeshCollectionMedAsciiDriver(MeshCollection*); virtual ~MeshCollectionMedAsciiDriver() { } int read(const char*, ParaDomainSelector* sel=0); - int read(ParaMEDMEM::MEDFileData*); + int read(MEDCoupling::MEDFileData*); void write(const char*, ParaDomainSelector* sel=0) const; private: std::string _master_filename;