X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvReader.hxx;h=abf232a05d3e741a518956216151ee1a024d8ed7;hb=257bb1bb9f8f0055a3b0fc9e594026f0f5ae2062;hp=d9c7b6379560834658c52a2e8358569fb13481e6;hpb=6be7c1a24c8879945e9451245a92d66d3aa091f8;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvReader.hxx b/src/MEDLoader/SauvReader.hxx index d9c7b6379..abf232a05 100644 --- a/src/MEDLoader/SauvReader.hxx +++ b/src/MEDLoader/SauvReader.hxx @@ -35,20 +35,20 @@ namespace SauvUtilities { class FileReader; - class IntermediateMED; - class Group; - class DoubleField; + struct IntermediateMED; + struct Group; + struct DoubleField; } namespace ParaMEDMEM { class MEDFileData; -class MEDLOADER_EXPORT SauvReader : public ParaMEDMEM::RefCountObject +class SauvReader : public ParaMEDMEM::RefCountObject { public: - static SauvReader* New(const char *fileName) throw(INTERP_KERNEL::Exception); - ParaMEDMEM::MEDFileData * loadInMEDFileDS() throw(INTERP_KERNEL::Exception); - ~SauvReader(); + MEDLOADER_EXPORT static SauvReader* New(const char *fileName); + MEDLOADER_EXPORT ParaMEDMEM::MEDFileData * loadInMEDFileDS(); + MEDLOADER_EXPORT ~SauvReader(); private: std::size_t getHeapMemorySizeWithoutChildren() const;