X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FBase%2FMED_Wrapper.hxx;h=6bfb2419187b4ff78f5ba71673efdfe6a6c0877e;hp=1ccf6f4c3af25ec499f23bab16de6d9b05187802;hb=88141f757b048eaa5aae0be49faaf274448bbcaf;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115 diff --git a/src/MEDWrapper/Base/MED_Wrapper.hxx b/src/MEDWrapper/Base/MED_Wrapper.hxx index 1ccf6f4c3..6bfb24191 100644 --- a/src/MEDWrapper/Base/MED_Wrapper.hxx +++ b/src/MEDWrapper/Base/MED_Wrapper.hxx @@ -38,7 +38,7 @@ namespace MED struct MEDWRAPPER_EXPORT TWrapper { typedef boost::mutex TMutex; - //! This is a syncronization primitive which allow to support thread safety for the MED access + //! This is a synchronization primitive which allow to support thread safety for the MED access TMutex myMutex; virtual @@ -800,7 +800,7 @@ namespace MED //---------------------------------------------------------------------------- - //! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file + //! Read the values for MEDWrapper MED TIMESTAMP from defined MED file virtual void GetTimeStampValue(const PTimeStampValueBase& theTimeStampValue, @@ -808,13 +808,13 @@ namespace MED const TKey2Gauss& theKey2Gauss, TErr* theErr = NULL) = 0; - //! Write the values for MEDWrapper MED TIEMSTAMP to defined MED file + //! Write the values for MEDWrapper MED TIMESTAMP to defined MED file virtual void SetTimeStampValue(const PTimeStampValueBase& theTimeStampValue, TErr* theErr = NULL) = 0; - //! Creates the values for MEDWrapper MED TIEMSTAMP representation + //! Creates the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampValueBase CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo, @@ -822,27 +822,27 @@ namespace MED const TGeom2Profile& theGeom2Profile = TGeom2Profile(), EModeSwitch theMode = eFULL_INTERLACE) = 0; - //! Creates the values for MEDWrapper MED TIEMSTAMP representation + //! Creates the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampValueBase CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo, const TGeom2Profile& theGeom2Profile = TGeom2Profile(), EModeSwitch theMode = eFULL_INTERLACE); - //! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation + //! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampValueBase CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo, const PTimeStampValueBase& theInfo, ETypeChamp theTypeChamp) = 0; - //! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation + //! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampValueBase CrTimeStampValue(const PTimeStampInfo& theTimeStampInfo, const PTimeStampValueBase& theInfo); - //! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file + //! Read the values for MEDWrapper MED TIMESTAMP from defined MED file PTimeStampValueBase GetPTimeStampValue(const PTimeStampInfo& theTimeStampInfo, const TMKey2Profile& theMKey2Profile, @@ -851,7 +851,7 @@ namespace MED //---------------------------------------------------------------------------- // Backward compatibility declarations - //! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file + //! Read the values for MEDWrapper MED TIMESTAMP from defined MED file virtual void GetTimeStampVal(const PTimeStampVal& theVal, @@ -859,26 +859,26 @@ namespace MED const TKey2Gauss& theKey2Gauss, TErr* theErr = NULL); - //! Write the values for MEDWrapper MED TIEMSTAMP to defined MED file + //! Write the values for MEDWrapper MED TIMESTAMP to defined MED file virtual void SetTimeStamp(const PTimeStampVal& theVal, TErr* theErr = NULL); - //! Creates the values for MEDWrapper MED TIEMSTAMP representation + //! Creates the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampVal CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo, const TGeom2Profile& theGeom2Profile = TGeom2Profile(), EModeSwitch theMode = eFULL_INTERLACE); - //! A copy-constructor for the values for MEDWrapper MED TIEMSTAMP representation + //! A copy-constructor for the values for MEDWrapper MED TIMESTAMP representation virtual PTimeStampVal CrTimeStampVal(const PTimeStampInfo& theTimeStampInfo, const PTimeStampVal& theInfo); - //! Read the values for MEDWrapper MED TIEMSTAMP from defined MED file + //! Read the values for MEDWrapper MED TIMESTAMP from defined MED file PTimeStampVal GetPTimeStampVal(const PTimeStampInfo& theTimeStampInfo, const TMKey2Profile& theMKey2Profile,