From: ageay Date: Wed, 7 Aug 2013 13:55:08 +0000 (+0000) Subject: Windows porting on swig2.0.9 X-Git-Tag: V7_3_1b1~211 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=56f552b73a744c13e36f7a5d9ea8e475adebb874;p=tools%2Fmedcoupling.git Windows porting on swig2.0.9 --- diff --git a/src/MEDLoader/Swig/MEDLoaderCommon.i b/src/MEDLoader/Swig/MEDLoaderCommon.i index 54d6c9fea..c7686307b 100644 --- a/src/MEDLoader/Swig/MEDLoaderCommon.i +++ b/src/MEDLoader/Swig/MEDLoaderCommon.i @@ -2806,7 +2806,7 @@ namespace ParaMEDMEM { public: static MEDFileMeshStruct *New(const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception); - private: + protected: ~MEDFileMeshStruct(); }; @@ -2815,13 +2815,13 @@ namespace ParaMEDMEM public: virtual MEDMeshMultiLev *prepare() const throw(INTERP_KERNEL::Exception); DataArray *buildDataArray(const MEDFileField1TSStructItem& fst, const MEDFileFieldGlobsReal *globs, const DataArray *vals) const throw(INTERP_KERNEL::Exception); - private: + protected: ~MEDMeshMultiLev(); }; class MEDUMeshMultiLev : public MEDMeshMultiLev { - private: + protected: ~MEDUMeshMultiLev(); public: %extend @@ -2844,13 +2844,13 @@ namespace ParaMEDMEM class MEDStructuredMeshMultiLev : public MEDMeshMultiLev { - private: + protected: ~MEDStructuredMeshMultiLev(); }; class MEDCMeshMultiLev : public MEDStructuredMeshMultiLev { - private: + protected: ~MEDCMeshMultiLev(); public: %extend @@ -2869,7 +2869,7 @@ namespace ParaMEDMEM class MEDCurveLinearMeshMultiLev : public MEDStructuredMeshMultiLev { - private: + protected: ~MEDCurveLinearMeshMultiLev(); public: %extend @@ -2897,7 +2897,7 @@ namespace ParaMEDMEM static MEDFileFastCellSupportComparator *New(const MEDFileMeshStruct *m, const MEDFileAnyTypeFieldMultiTS *ref) throw(INTERP_KERNEL::Exception); MEDMeshMultiLev *buildFromScratchDataSetSupport(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception); bool isDataSetSupportEqualToThePreviousOne(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception); - private: + protected: ~MEDFileFastCellSupportComparator(); }; }